-
-
-
Static and Non-Static are the two types of nested classes
A) TrueB) False
-
-
-
-
-
-
-
-
In return value; value is the value returned.
A) TrueB) False
-
-
-
When a member is declared static, it CANNOT be accessed before any objects of its class are created, and without reference to any object
A) TrueB) FalseExplanation: When a member is declared static, it can be accessed before any objects of its class are created, and without reference to any object. You can declare both methods and variables to be static.
-
-
-
What is the significance of wait() method ?
What is the significance of wait() method with respect to Object class, not in Thread class?
-
-
-
Java Classes Questions
Ans