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 locale in java?
Explain the difference between treeset and treemap in java?
Explain the difference between association, aggregation and inheritance relationships.
Which language is java?
How to create com object in Java?
What is the default size of load factor in hashing based collection?
What are features of java?
Why java is used everywhere?
What’s the difference between unit, integration and functional testing?
What happens when main () method is declared as private?
Explain constructors and types of constructors in java.
How to declare objects of a class ?
When would you use a static class?
Which package is imported by default?
What is meant by main method?