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 is finalize()?
What is the primitive type byte?
how come we know the object is no more used in the class?
Can a class have multiple subclasses?
Explain the difference between call by refrence and call by value?
Is set ordered?
What is wrapper class example?
Can we override static methods in java?
what is aggregation in java?
What is a programming object?
Can a class be a super class and a sub-class at the same time? Give example.
What is garbage collection? Can it be forced to run?
What are the restrictions that are applied to the java static methods?
Can we override protected method in java?
What are identifiers in java?