About Question enthuware.ocajp.i.v7.2.1275 :
Posted: Mon Feb 25, 2013 9:45 am
In this case, the "public" option (answer 2) would also be correct, because the class Test has no access modifier and is thus only visible inside the package test. When the class cannot be seen outside the package test, so can't its methods.