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 is == and === in javascript?
what is the difference between yielding and sleeping? : Java thread
Where we write javascript code in html page?
What is meant by local variable and instance variable?
Can we overload destructor in java?
What type of value does sizeof return?
What is the maximum size of arraylist in java?
Is oracle charging for java?
Difference between Preemptive scheduling vs. Time slicing?
How do you do exponents in java?
Is java 1.7 the same as java 7?
What is meant by attribute?
Can you explain the usages of class.forname()?
Are true and false keywords?
Which is faster set or list in java?