-
-
-
-
-
-
-
-
-
-
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?
Java Interview Questions
Ans