Answer Posted / ravikiran
stop(),suspend() resume() methods are deprecated used for
inter thread communication
stop will stop the exceution of thread
suspend will temporarily suspends the thread execution
resume will invoke the suspended threads for execution
| Is This Answer Correct ? | 46 Yes | 3 No |
Post New Answer View All Answers
What is consumer interface?
Is java code slower than native code?
How the interruptible method gets implemented?
What is hashset in java?
What's the difference between an abstract class and interface in java?
How do you sort in ascending order in java?
Give differences between Quicksort &Mergesort. When should these sorts be used andwhat is their running time in java?
Can we inherit a class with private constructor?
What is a subsequence of a string?
String and stringbuffer both represent string objects. Can we compare string and stringbuffer in java?
Explain the private protected method modifier?
What is tree in java?
Differentiate storage classes on the basis of their scope?
What is difference between path and classpath?
What do negative exponents mean?