Answer Posted / jitu
Synchronization is a
process of controlling the access of shared resources by
the multiple threads in such a manner that only one thread
can access a particular resource at a time.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What are different types of constants?
What is the maximum size of arraylist in java?
What is the purpose of void class?
How do you ensure that n threads can access n resources without deadlock?
Difference between serialization and deserialization in java?
Is ruby built on java?
What is the constructor?
Which sort is best in java?
How to convert string to byte array and vice versa?
What exactly is a .class file?
Explain about object oriented programming and its features?
What is function overriding and overloading in java?
What is mnemonic code?
Why spring singleton is not thread safe?
What is the purpose of static methods and static variables?