-
-
-
-
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
-
-
-
-
-
-
-
The type of data returned by a method need not be compatible with the return type specified by the method
A) TrueB) FalseExplanation: The type of data returned by a method must be compatible with the return type specified by the method. For example, if the return type of some method is boolean, you could not return an integer
-
Java allows objects to initialize themselves when they are created using _________
A) ArgumentsB) ClassesC) ConstructorsD) Parameters
-
-
Java Classes Questions
Ans