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 a boolean be null java?
What is multiple inheritance? Is it supported by java?
What is a class instance variable?
How will you reverse a link list without using recursion?
What is complexity in java?
Can java cast null?
What is java util function?
What is stringjoiner ?
What is the map interface in java programming?
Is null false in java?
How to create a base64 decoder in java8?
What is a bubble sort in java?
When should I use singleton pattern?
What is java dot?
How many types of design patterns are there?