Friday, 22 April 2016

If a class has a synchronized and non-synchronized methods both, can multiple threads execute the non-synchronized methods ?


Yes 
If a class has both methods (synchronized and non-synchronized) , multiple threads can execute the non-synchronized methods.

No comments:

Post a Comment

Note: only a member of this blog may post a comment.