Fuad - 2008-05-03 01:54:15

Hi,

For creating a thread a class have to extend the Thread Class. For creating a thread by this procedure you have to follow these steps:

Extend the java.lang.Thread Class.

Thanks