Nov 6, 2014

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.

0 comments:

Post a Comment