What is synchronization?
Answers were Sorted based on User's Feedback
Answer / janet
Synchronization is the mechanism that ensures that only one
thread is accessed the resource at a time.
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / mahipal reddy.kaitha
 Synchronized keyword can be applied to methods or
parts of the methods only.
 Synchronize keyword is used to control the access
to critical code in multi-threaded programming.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / ranjani
It is a mechanism which is used to provide the priority for
multiple thread programs to avoid the deadlock condition.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / devarathnam c,kotagudibanda(po
Hi...
Synchronization:It is a mechanism of controlling the shared
resource againist the multiple processes inorder to provide
the concurrent access.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / akshay
If there is a portion of code within a method or the
complete method that can be accessed by multiple threads,
that section of code is called critical section. To make
sure that only one thread can access critical section at a
time, we synchronize critical section. Synchronization is
the keyword to avoid concurrent access to critical section
of the code.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / nadesh.k
It is a mechanism which is used to provide the priority for
multiple thread programs to avoid the deadlock condition.
| Is This Answer Correct ? | 2 Yes | 0 No |
can i call multipule form beans in Action class?
If we opened Windows Internet Explorer 4 times, does it starts 4 processes or 4 threads?
what is the diffrence between banking and insurance domain?
Why use a datasource when you can directly specify a connection details?
How many JSP scripting elements and what are they?
Can I run seam outside of jboss as?
Where does the session Object stores? If 100 users are connecting to the server. How does it recognize which session belongs to which user?
5 Answers HCL, Mobillo Venture,
difference of inheritance and interface
What is daemon thread?
How to determine SGA site?
How can I avoid validating a form before data is entered?
What do you need to set-up a cluster with jboss?