Tuesday, November 29, 2011

What are synchronized methods and synchronized statements?

Synchronized methods are methods that are used to control access to an object. A threadonly executes asynchronized method after it has acquired the lock for the
Category:Java Interview Questions

No comments:

Post a Comment