-
Java allows objects to initialize themselves when they are created using _________
A) ArgumentsB) ClassesC) ConstructorsD) Parameters
-
-
-
System Class
What is the use of system class?
-
-
-
-
In this example class-var = new classname( ); The class name followed by parentheses specifies the _________ for the class
A) VariablesB) ConstructorC) ObjectsD) Memory
-
-
-
A stack stores data using first-in, last-out ordering.
A) TrueB) False
-
Stacks are controlled through two operations traditionally called ___ and _____
A) Push and Pull B) Push and PopC) Pop and Pull D) Pop and Peep
-
-
Through _________ , you can control what parts of a program can access the members of a class
A) EncapsulationB) ClassC) InheritenceD) Polymorphism
-
-
-
-
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.
Java Classes Questions
Ans