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
Can a constructor be protected?
What is the basic of java?
What is a singleton factory?
What interface is extended by awt event listeners?
Is logger a singleton?
Can we initialize the final blank variable?
What is a protected class in java?
What is difference between char array and string?
os is developed in c no java is more secured then c na why dont the os developed is developed using java
What are the advantages of java over cpp?
What are the basic concepts of OOPS in java?
What happens when a thread cannot acquire a lock on an object in java programming?
In which order the iterator iterates over collection?
What are the differences between throw and throws?
Can we return null in java?