String class is defined under which package in java?
why Interface used?
What do you understand by weak reference?
byte a=5; byte b=5; byte c=a+b; System.out.println(c); whats the o/p?
why are wait(), notify() and notifyall() methods defined in the object class? : Java thread
What are different data structures in java?
What is the use of generics? When was it added to the Java development Kit?
what is the use of Clonable,and serializable interface?
What about method local inner classes or local inner classes in java?
there are some duplicate values in ArrayList, how U'll get that array with out duplicate?
How do you create a reference in java?
Difference between == and .equals() ?
What is the purpose of finalization?