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
Can you start a thread twice in Java?
Is 64bit faster than 32 bit?
Can we able to pass objects as an arguments in java?
What is the this keyword?
What is autoboxing and unboxing?
What is the base class in java from which all classes are derived?
How does enum work in java?
What is difference between Heap and Stack Memory?
what is object slice?
What is numel matlab?
What is the function of static in java?
Can you make a constructor final?
What is argument in java?
What is string length in java?
Explain the difference between private, public, package and protected in java?