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 a locale?
What is the difference between conversation & casting?
How do you format in java?
What do you mean by formatting?
What will happen to the exception object after exception handling?
Is arraylist zero based?
What is anagram of a string?
Define the term string pool?
What flag up means?
Which is better stringbuffer or stringbuilder?
What are java packages? What is the significance of packages?
Why we use multi threading instead of multiprocessing?
What is a loop java?
What are the types of relation?
How do you find the maximum number from an array without comparing and sorting?