From where do object receive their storage.
Stack memory
Heap memory
Hash memory
Queue
Which of the following type of members can be accessed inside the same package or outside the package if the class is accessible?
private
protected
public
default
Which of the following is the way to control access to members of a class from within a java program?
Compiler
Interpreter
Access specifier
none of these
What is the class containing main method termed as?
appplication
package
interface
polymorphism
Which of the following can be a constructor's name?
Object name
Method name
Variable name
Class name
Which of the following is an example of composite datatype?
object
variable
class
method
Which of the following is the name in which variables of a class type known as?
Object
Datatypes
Class variables
What are the built in datatypes in java called as?
composite datatypes
user defined datatypes
primitive datatypes
all of these
Which is the least restrictive access modifier?
Which of the following is a part of object declaration statement?
Declaration
Instantiation
Initialization
all of these.