adspace
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 to sort array in descending order in java?
Write a program to print count of empty strings in java 8?
How to create a base64 decoder in java8?
Differentiate between static and non-static methods in java.
Write a program to find the whether a number is an Armstrong number or not?
What do you mean by an interface in java?
What is the difference between equals() and == in java?
What is an object in java and how is it created?
Is minecraft 1.15 out?
What is a classloader in java?
Explain public static void main(string args[]) in java.
What is a constructor overloading in java?
What is parsing in java?
Realized?
What are the differences between heap and stack memory in java?