.
Null
0
Depends upon the type of variable
Not assigned
8 bit
16 bit
32 bit
64 bit
''
""
Null
Not defined
Variables, methods and constructors which are declared public can be accessed by any class.
Variables, methods and constructors which are declared public can be accessed by any class lying in same package.
Variables, methods and constructors which are declared public in the superclass can be accessed only by its child class.
None of the above.
Abstraction is a technique to define different methods of same type.
Abstraction is the ability of an object to take on many forms.
It refers to the ability to make a class abstract in OOP.
None of the above.
An applet is a Java program that runs in a Web browser.
Applet is a standalone java program.
Applet is a tool.
Applet is a run time environment.
A NullPointerException is thrown when calling the instance method of a null object or modifying/accessing field of a null object.
A NullPointerException is thrown when object is set as null.
A NullPointerException is thrown when object property is set as null.
None of the above.
Thread returns to the ready state.
Thread returns to the waiting state.
Thread starts running.
None of the above.
True
False
Serializable
Comparable
Cloneable
None of the above. Show Answer
Wait!
Here's an interesting quiz for you.