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 is a buffer in computer?
What is an immutable object?
Write a program to check for a prime number in java?
What is the purpose of the return statement?
What is array list in java?
Is java hard to learn?
Can a singleton class be inherited?
Give some features of interface?
Explain the inheritance?
Can java object be locked down for exclusive use by a given thread?
Can a main method be overloaded?
Detail discussions on JVM, memory management and garbage collector.
what are different ways in which a thread can enter the waiting state? : Java thread
Why to use nested classes in java? (Or) what is the purpose of nested class in java?
What are java methods?