Tuesday, November 29, 2011

What is the difference synchronized block and normal block?

Synchronised block is a thread safe,where as a normal block is not thread safe.only one thread at atime can access a synchronised blockbut not for a normal block
Category:EJB Interview Questions

No comments:

Post a Comment