what are depricated methods in threads and explain the
lifecycle methods
Answer Posted / ravikiran
stop(),suspend(),resume()
start()---will start a new thread of execution nd thread
will be in runnable state
run()-----will run the current thread of execution
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
What are the data types supported by java?
What are the four integer types supported by java?
What is class level lock ?
Highest level event class of the event-delegation model?
How does linkedhashmap work in java?
What defines function?
Can you use this() and super() both in a constructor?
Similarity and difference between static block and static method ?
What are the differences between abstract class and interface?
Is java jre still free?
What is integers and example?
Explain treeset?
What is linked hashmap and its features?
How do you sort arraylist in descending order?
What is the major difference between linkedlist and arraylist?