OOPs Concepts
Programming and Technical
What is synchronization?
Read Solution (Total 3)
-
- Synchronization allow only one thread to access the shared resource.
- 10 years agoHelpfull: Yes(1) No(0)
- process of allowing threads to execute one after the other.
- 10 years agoHelpfull: Yes(0) No(0)
- Synchronization in java is the capability of control the access of multiple threads to any shared resource.
- 10 years agoHelpfull: Yes(0) No(0)
OOPs Concepts Other Question