Sunday, February 4, 2007

What method must be implemented by all threads?

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

SOURCE : www.referjava.com

No comments: