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
Is it possible to override the main method?
What is the difference between import java.util.date and java .util?
What is listnode in java?
What is identifier in java?
What's the purpose of static methods and static variables?
Difference between java and javascript
What is the final class?
How to Sort Strings which are given in List and display in ascending order without using java api.
Why do we need wrapper classes?
Differences between traditional programming language and object oriented programming language?
What is a conditional equation?
Give an example of use of pointers in java class.
What is equlas() and hashcode() contract in java? Where does it used?
Which of the following classes will have more memory allocated?
What will happen if static modifier is removed from the signature of the main method?