synchronization is the method of?
Answers
Answered by
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