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
Difference between method overloading and overriding.
Is arraylist an object in java?
What are anonymous inner classes?
Define "Access specifiers" in java.
Explain importance of finally block in java?
How do you convert an int to a string in java?
What is the difference between private & public & friendly classes?
What is the difference between an argument and a parameter?
can used Protected Class outside Function.?
what is meant by HQL?
What is finally and finalize in java?
How to find the given number is a prime number or not by getting input from the user
How do you sort data in java?
Explain 5 features introduced in jdk 1.7?
Is a class subclass of itself?