Answer Posted / sainaveen
Synchronization is a mechanism used to control multiple
threads from accessing shared resources, if multiple
threads access shared resources there might be a chance for
one thread to change the shared values of another thread
leading to errors
| Is This Answer Correct ? | 6 Yes | 8 No |
Post New Answer View All Answers
What is the benefit of inner / nested classes ?
What types of index data structures can you have in java?
Which is fastest collection in java?
What is a programming object?
Explain methods specific to list interface?
Why are there no global variables in java?
How do you implement tree mirroring in java?
How can we access some class in another class in java?
Difference between keyword and identifier.
What is the method in java?
What is data member in java?
What are the differences between abstract class and interface?
What is data type in computer?
Which package is imported by default?
What are the types of methods in java?