About Question enthuware.ocpjp.v7.2.1542 :
Posted: Sun Sep 20, 2015 1:38 am
as
can be miss interpreted, because this is a Nested Class. Not Inner --- there is no relation ship with the Outer Class, so there is no within class.An instance of the inner class can be created from any class using: new TestOuter.TestInner(). (Assuming appropriate imports).