Java Interview Questions
Thursday, June 02, 2005
How is synchronization done between threads?
What is a object lock or mutex?
What is a class lock? How can we obtain a class lock.
Can I use any arbitary object as a lock? (For e.g. Object myLock = new Object() )
Newer Post
Older Post
Home