Login
Remember
Register
CodersEditor Q&A
Online IDE
Questions
Unanswered
Tags
Users
Ask a Question
Programming Tutorials
Ask a Question
What is synchronization?
+1
vote
asked
Jan 20, 2021
by
abitha
(
1.6k
points)
java
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jan 22, 2021
by
Annie
(
1.1k
points)
selected
Jan 22, 2021
by
abitha
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.
Please
log in
or
register
to add a comment.
Welcome to CodersEditor Q&A, where you can ask questions and receive answers from other members of the community.
239
questions
203
answers
2
comments
692
users
Related questions
What is a copy constructor in Java?
What is multiple inheritance? Is it supported by Java?
What is inheritance in Java?
What is a classloader in Java?
What is constructor chaining in Java?
...