Tuesday, 19 April 2011

If a class has a synchronised method and non-synchronised method, can multiple threads execute the non-synchronised methods?

Yes. If a class has a synchronised and non-synchronised methods, multiple threads can access the non-synchronised methods.

No comments:

Post a Comment