Whats new with the stop(), suspend() and resume() methods in jdk 1.2?
Answer / Sandeep Verma
The stop(), suspend(), and resume() methods were deprecated in JDK 1.2, as they can cause serious problems such as deadlocks, livelocks, or thread starvation. Instead, use more modern techniques like wait(), notify(), and notifyAll() for inter-thread communication.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are different types of layout managers in java.awt package?
Explain about local interfaces.
If I define a method in JSP scriplet <%..%>, where will it go after translation into a servlet?
What are the steps involved in developing an RMI object?
what is the proxy pattern?
What is threadfactory?
whats is stored procedure,joins
What is meant by method chaining?
difference between apllet and interface class
Difference Between getRequest and PostRequest?
What is abstract schema?
Define the remote object implementation?