Originally posted by Akshay Kiran: [CODE]Maybe I had overlooked it so long, but does the constructor of a subclass call the constructors of all the superclasses?
Correct. For the default () contructor, the constructer of the superclasses execute first, before the constructer of the class.
options 4) and 5) are mutually exclusive with options 1) 2) 3). If either one is true, the other is false. For class-level inner-classes, not method local inner classes, the class has full access to final and instance variables.
The new topics in 1.5 have been discussed, but very little mention about what has gone away in the new version. From a previous post, here is what I found: