-
-
-
-
-
Which one of the following is a limitation of sub classing the Thread class?
Choice 1 It cannot have any static methods in the class. Choice 2 It must declare the class final. Choice 3 It cannot subclass any other class. Choice 4 It must implement the Threadable interface. Choice 5 It must catch the ThreadDeath exception
-
-
-
Why applets can run without main() method?
B'coz they can run with the help of different browsers...
-
-
-
-
-
-
Java Reflection
What is reflection and its use in java?
-
How to retrieve email ids from distribution list?
We have a small requirement where we need to retrieve the e-mail ids of all the employees in the distributed list using LDAP, can any one give an idea how it can be done?
-
Immutable Strings Object
How String object is immutable and why?
-
-
Store arbitrary number of objects
Name two classes that can store arbitrary number of objects.
-
-
JIT Compiler and Interpretor in JVM
In Java JVM we have both JIT compiler and interpretor What are the functionalities of both?
Java Interview Questions
Ans