What method must be implemented by all threads?

Q

What method must be implemented by all threads?

✍: Guest

A

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

2013-01-29, 1953👍, 0💬