Answer Posted / ravikiran
stop(),suspend() resume() methods are deprecated used for
inter thread communication
stop will stop the exceution of thread
suspend will temporarily suspends the thread execution
resume will invoke the suspended threads for execution
| Is This Answer Correct ? | 46 Yes | 3 No |
Post New Answer View All Answers
Explain, java is compatible with all servers but not all browsers?
Can we pass null as argument in java?
When does an object becomes eligible for garbage collection in java?
Can array grow dynamically in java?
What is unicode in java?
What does nullpointerexception mean?
what do you mean by java annotations?
What is variable and its types?
Explain try and catch keywords in java?
What do you mean by inner class in java?
Why Java doesn’t support multiple inheritance?
What is the transient keyword?
Is object a data type in java?
How is abstraction implemented in java ?
What is the best way to findout the time/memory consuming process?