-
How do you use "synchronized" blocks?
Is there other way to prevent next thread to access the resource with out using "synchronized" blocks?
-
What is the significance of wait() method ?
What is the significance of wait() method with respect to Object class, not in Thread class?
-