DEVFYI - Developer Resource - FYI

What method must be implemented by all threads?

Java Interview Questions and Answers (part 2)


(Continued from previous question...)

353. What method must be implemented by all threads?

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

(Continued on next question...)

Other Interview Questions