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
Why is java so popular?
Differentiate jar and war files?
What are the benefits of immutable objects?
What is update method called?
What are heap memory and stack memory and what are memory tables.
What is hotjava?
Is string is a data type?
what is aggregation in java?
What do you understand by access specifiers in Java?
Which package is used for pattern matching with regular expressions?
How to perform merge sort in java?
What is adapter in java?
Why method overriding is used?
what is difference betweem home interface and remote interface?
Why java is considered dynamic?