What are the differences between getting and load method?
What do you understand by weak reference?
diff between abstract methods and interfaces with programing (code) example?
What are different types of expressions?
when i write string s1="java"; in one program(application) and string s2="java"; in another application on the same jvm will both objects s2,s2 will refer to same memory location where "java" is stored in string pool.
How to compare strings in java?
why we write public static void main (String args[]) in core java plz explain briefly??????????????????
What is thread priority?
What types of index data structures can you have in java?
What is the use of an interface?
What does s mean in regex?
What are static methods?
How to implement Singleton