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