+1 vote
by (1.6k points)

1 Answer

0 votes
by (1.1k points)
selected by
 
Best answer
Synchronization in java is the capability to control the access of multiple threads to any shared resource. Java Synchronization is better option where we want to allow only one thread to access the shared resource.
Welcome to CodersEditor Q&A, where you can ask questions and receive answers from other members of the community.
...