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
wahts is mean by dynavalidatorform in struts/
If I wanted to use a solarisui for just a jtabbedpane, and the metal ui for everything else, how would I do that?
Difference between new operator and class.forname().newinstance()?
Which container method is used to cause a container to be laid out and redisplayed?
what is handle?
What’s jboss jbpm?
what are getters and setters in Java with examples?
Why use a datasource when you can directly specify a connection details? (in a J2EE application)
Is the ternary operator written x : y ? Z or x ? Y : z ?
what is meant by JRMP?
Why does the option tag render selected=selected instead of just selected?
How primary key is implemented in Oracle?
What is the difference between the session.get() method and the session.load() method?
What is in-memory replication?
When is the best time to validate input?