what is the replacement method of stop() of thread
Answer Posted / swamireddy
SUSPEND()
because one thread apply suspend()
function.this particular thread is automatically
killed.upto when the particular thread is apply the resume
() function.the thread is running.
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
What are the benefits of immutable objects?
Are registers volatile?
What is final method?
Explain the difference between a Thread and a Process.
What is the ==?
What are generic methods?
What is exception in java?
Which class represents the socket that both the client and server use to communicate with each other?
what do you mean by java annotations?
Can we make the abstract methods static in java?
What is argument in java?
How does thread synchronization occurs inside a monitor? What levels of synchronization can you apply?
What does it mean to be immutable?
What is a newline character in java?
What is the reflection?