-
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?
-
-
-
-
-
-
In Java, all class objects need not be dynamically allocated
A) TrueB) False
-
The new operator dynamically allocates memory for an object
A) TrueB) False
-
A paramter is a variable defined by a method that receives a value when the method is called.
A) TrueB) FalseExplanation: A argument is a variable defined by a method that receives a value when the method is called.
-
-
-
Static and Non-Static are the two types of nested classes
A) TrueB) False
-
-
Java Classes Questions
Ans