What method must be implemented by all threads?

What method must be implemented by all threads?

Tomil
Views: 1174 | Community Opinion: 2

Tags..  Java Interview  Core Java  Threads

Bookmark this page..



Ask a New Question Go to Home

Community Opinion/Answers
 
Dorey Said..

All tasks must implement the run() method, whether they are a subclass of Thread or implement the Runnable interface.




deni Said..

normal function method can also implement






What do you think? Add your opinion/answer
*Name
*your opinion/answer: