-
Transient and Volatile.
What is the difference between Transient and Volatile. Does volatile variable is serialized and synchronised.
-
Why wait and notify method in Object class
Why wait and notify method in Object class, why these are not in Thread Class.