Programming MisconceptionsHomeMisconceptionsConceptsLanguagesTextbooksContributorsAbout
HomeTextbooks
Java
ofj6
More-sophisticated behavior

Objects-First with Java: A Practical Introduction using BlueJ, 6th Edition
6. More-sophisticated behavior

4 Documented Misconceptions

Check Yourself
Misconception
ControlledLocalAccess
One can control access to local variables using access modifiers
Misconception
PrivateFromOtherInstance
An object cannot access private members of other objects of the same class
Misconception
PrivateFromStatic
Static methods cannot access private members of instances of same class
Misconception
ThisExistsInStaticMethod
this is a local variable, also in static methods

Find Misconceptions by...

Concept
Programming Language
Notional Machine
Textbook

About

About This Site
Structure and Content of the Inventory
Contributors