English, asked by siddeshgmysore5631, 22 days ago

synchronization is the method of?

Answers

Answered by alfred7
0

Answer:

Synchronized methods enables a simple strategy for preventing the thread interference and memory consistency errors. If a object is visible to more than one threads, all reads or writes to that Object's fields are done through the synchronized method.

Similar questions