Thursday, February 12, 2009

What method must be implemented by all threads

Question :What method must be implemented by all threads?
Answer :All tasks must implement the run() method, whether they are a subclass of Thread or implement the Runnable interface.

No comments: