what is the replacement method of stop() of thread
Answer Posted / ravikiran chhaduvula
wait() method from java.lang.Object class is the
replacement for the legacy stop() method
| Is This Answer Correct ? | 4 Yes | 4 No |
Post New Answer View All Answers
What is package private scope in java?
Is age discrete or continuous?
What is lazy programming?
Compare overloading and overriding?
Difference between doublesummarystatistics, intsummarystatistics and longsummarystatistics ?
What is treeset in java?
What is the purpose of the runtime class in java programming?
Which package is imported by default?
What is a void method java?
What is contract between hashcode and equal method?
What is thread pool in java with example?
What do you understand by final value?
Are primitives objects?
What is multi level inheritance in java?
Which access specifier can be used with class ?