Posted By:
ankush_purwar
Posted On:
Thursday, June 23, 2005 11:24 AM
If you use Runnable interface then you have an option that implementing class can extend a class.
But in case of extending Thread you don't have such an option.
But again it depends how you design your system.