Multiple Choice
If an inner class contains non static members,then the class name must be modified by the keyword:
A) Final
B) Static
C) Void
D) Protected
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
Q12: Java interfaces are a way of simulating
Q21: The Comparable interface is in the _
Q23: An interface and all of its method
Q24: An interface specifies the headings and definitions
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
Q27: An interface is a type.
Q28: What are two advantages to using inner