Posted By:
Muthamil_selvi
Posted On:
Friday, December 29, 2006 06:01 AM
You can use any number of synchronized methods in class.You can't access two different sysn methods at a time.Only one thread can acquire object lock at a time.
But you can access static syncronized and not static synchronized method at a same time.
/Prabakar.