Thursday, January 20, 2005

Threads Learning

When we extend thread we can start the thread from outside where as if we implement runnable interface we need to start the thread inside the constructor of the implementing class.

No comments: