-
Object Class Methods
Why wait() and notify() are used only for threads, why not to objects?
-
Memory Allocation
What is the difference between below 2 statements? String s1=new String("abc");String s2="abc";How it will allocate in memory?