Multiple Choice
When defining an inner class to be a helper class for an outer class,the inner classes access should be marked as:
A) Public
B) Private
C) Protected
D) Package access
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q3: A class may only implement one interface.
Q6: The compiler and the run-time system enforces
Q8: A class that implements an interface but
Q9: The compareTo method should return _ if
Q12: Any constant variables defined in an interface
Q21: Inner and outer classes do not have
Q24: An interface specifies the headings and definitions
Q26: Java source code that contains a class
Q27: An interface is a type.
Q29: What is an anonymous class?