We have synchronization methods, synchronization blocks , but we do not have synchronization classes. Why? what is the reason of not having the synchronization classes in java?

Showing Answers 1 - 1 of 1 Answers

What sense it makes to 'synchronize' a class? Threads going to execute across only blocks or method (sequence of code). The class itself doesnt have any code sequence.

--
Manivannan Palanichamy

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions