About Question enthuware.ocpjp.v7.2.1484 :
Posted: Mon Jan 13, 2014 8:19 am
//Option 1:
A nested static class is simply a non-inner(also called top-level) class, scoped within another.
So the option 1 statement is not true. The moment you declare it static, it is no more inner-class, it is top-level class.
A nested static class is simply a non-inner(also called top-level) class, scoped within another.
So the option 1 statement is not true. The moment you declare it static, it is no more inner-class, it is top-level class.