Tuesday, November 29, 2011

What is synchronization and why is it important?

With respect to multi threading, synchronization is the capability to control the access of multiple threads toshared resources. Without synchronization, it is possible for one
Category:Java Interview Questions

No comments:

Post a Comment