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 a boolean flag in java?
When do we use hashset over treeset?
What is the difference between processes and threads?
Why do we need hashmap in java?
Is java pass by value or pass by reference?
What is ternary operator? Give an example.
What are the 6 boolean operators?
What is methodological framework?
What are the differences between include directive and include action?
What is command line argument
How to sort a collection of custom Objects in Java?
Is integer passed by reference in java?
How many classes can any class inherit java?
If an object is garbage collected, can it become reachable again?
What is the purpose of void?