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
How will you load a specific locale?
What is import java util arraylist?
What is a method in programming?
How to perform selection sort in java?
Difference between a class and an object?
Write a program to check for a prime number in java?
What are adapter classes?
Explain the differences between static and dynamic variables?
What is oop in java?
Explain java thread life cycle.
What is the relationship between class and object?
What are encapsulation, inheritance and polymorphism?
Can we override private method?
Does treeset allow null in java?
How many types of variables are there?