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
What is nested interface?
I don’t want my class to be inherited by any other class. What should I do?
Is arraylist a class in java?
What is the main use of generics in java?
Explain the difference between abstract class and interface in java?
Is there a case when finally will not execute?
Can inner class be public in java?
What does string [] args mean?
Is vector synchronized in java?
Why Java doesn’t support multiple inheritance?
Which collection does not allow duplicates in java?
How do you write a scanner class in java?
How do you define a set in java?
How do you do exponents in java?
What's the access scope of protected access specifier?