Answer Posted / 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 |
Post New Answer View All Answers
Explain what is synchronization?
Is a class a subclass of itself?
What are the different methods of identifying an object?
What are local interfaces? Describe.
What is jboss?
How are the elements of a borderlayout organized?
What is re-entrant. Is session beans reentrant. Is entity beans reentrant?
When is the best time to validate input?
Which class is the immediate superclass of the menucomponent class?
What is meant by method chaining?
How can I scroll through list of pages like the search results in google?
Brief description about local interfaces?
Which are the different segments of memory?
What restrictions are placed on the values of each case of a switch statement?
What is a modular application? What does module-relative mean?