Answer Posted / surya simhadri
Synchronization is the process of allowing only one thread
at atime on a shared resource. It is like a monitor on a
shared resource.It can be done either 'Block level'
or 'Method level'. Before enter in to the synchronized area
the thread shold get the lock on the method or block object.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Discuss 2D arrays.
What language is an assembler written in?
What is the difference between public, private, protected, and friend access?
Explain covariant method overriding in java.
Explain different forms of polymorphism?
What are thread local variables?
Explain method overloading?
What are the two types of java programming?
Do you know how to reverse string in java?
What is number data type?
What is substring 1 in java?
what is encapsulation in java? Explain
Where is java located?
What are different types of arrays?
Is it possible for a yielded thread to get chance for its execution again?