Multiple Choice
Inner classes available outside the scope of their outer class are modified by the keyword:
A) Public
B) Private
C) Protected
D) Package access
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q7: An inner class definition is local to
Q12: Java interfaces are a way of simulating
Q15: What are the semantics of the Comparable
Q17: Why does Java only allow the inheritance
Q20: What are the rules of total ordering?
Q23: You can not derive an interface from
Q23: An interface and all of its method
Q24: In Java,a derived class can have _
Q25: A Java interface is an example of:<br>A)encapsulation<br>B)abstraction<br>C)polymorphism<br>D)all
Q26: An interface may contain:<br>A)instance variables<br>B)primitive variables<br>C)constant variables<br>D)all