Can we override data members in java?
what methods would you overwrite in java.lang.object class?
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 do listeners work?
What is the difference between procedural and object-oriented programs?
what is the significance of listiterator in java?
Can a main method be overloaded?
What is console based application in java?
What is static in java?
What do you understand by Header linked List?
What is the old name of java?
What is wrapper class html?
This is related to threads. I have a class with synchronized method m1(). Can I create different instances of this class and execute the m1() for different threads?