-
When you read your e-mail, you are viewing _________ data
A) ActiveB) PassiveC) BothD) None of the above
-
Dynamic method Dispatch
What is dynamic method dispatch?
-
-
_________ is a feature that allows one interface to be used for a general class of actions.
A) EncapsulationB) ClassC) InheritenceD) Polymorphism
-
What is the difference between exception and error
Answered by Scott on 2005-05-12 09:50:36: An Exception can be caught and recovered: ArrayIndexOutOfBoundsException means you tried to access a position of an Array that does not exist - no big deal. An Error is unrecoverable: OutOfMemoryError means that the JVM has no more memory to contin
-
An _________ is a special kind of Java program that is designed to be transmitted over the Internet
A) ViewletB) AppletC) ServletD) Object
-
Java support RMI. What does this RMI stands for?
A) Random Memory InterfaceB) Remote Method InvocationC) Random Method InvocationD) Ramote Memory Interface
-
Use of Static
What is the use of static in (public static void main string args[])
-
Which of the following methods defined in Thread class are static?
a) sleep()
b) join()
c) start()
d) yield() -
____________ is the mechanism that binds together code and the data it manipulates, and keeps both safe from outside interference and misuse
A) EncapsulationB) ClassC) InheritenceD) Polymorphism
-
-
-
What are the functions of the dot(.) operator? (Select multiple)
A) It enables you to access instance variables of any objects within a classB) It enables you to store values in instance variables of an objectC) It is used to call object methodsD) It is to create a new object
-
-
What is the data type for the parameter of the sleep() method?
A) doubleB) intC) longD) float
-
-
-
Does a class inherit the constructors of its superclass
A class does not inherit constructors from any of its superclasses.
-
There are _____ types of Comments in Java
A) One B) Two C) ThreeD) Four Explanation: There are 3 types of comments namely Single-line, Multi-line and Documentation comment
-
Java Interview Questions
Ans