Answer Posted / rajesh
Semaphore is to solve the problem of syncronisation. It is
a monitor, to monitor the critical section of the program.
it can be implemented with the help of the a single
variable and depending upon the value of that variable
thread is allowed to enter in the critical section.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Is the ternary operator written x : y ? Z or x ? Y : z ?
What are the benefits of detached objects?
why static class in java
Do I need to import javlang package any time? Why ?
Can I use javascript to submit a form?
How to determine SGA site?
What are callback interfaces?
What do you mean by Socket Programming?
How to implement RMI in Java?
How are commas used in the intialization and iteration parts of a for statement?
What are the different approaches to represent an inheritance hierarchy?
How to implement dphibernate to activate lazy loading in Flex with java ?thanx in advance!
Why a client should be multithreading? Explain.
What is a modular application? What does module-relative mean?
Explain RMI Architecture?