Thursday, February 12, 2009

What are the two basic ways in which classes that can be run as threads may be defined

Question :What are the two basic ways in which classes that can be run as threads may be defined?
Answer :A thread class may be declared as a subclass of Thread, or it may implement the Runnable interface.

No comments: