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.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Can the garbage collection be forced by any means?
What is the final method?
Why stringbuffer is faster than string?
what are three ways in which a thread can enter the waiting state? Or what are different ways in which a thread can enter the waiting state? : Java thread
Is 0 true or is 1 true?
What do you understand by soft reference?
What is t type java?
Explain the importance of finally over return statement?
Why singleton pattern is better than creating singleton class with static instance?
Why do we need data serialization?
Why declare Main() inside the class in java ?
What is the collections api in java programming?
What is bool mean?
How does the garbage collector works in java?
Is singleton class thread safe?