The Thread Class
//User Defined Thread Class //Client Class
class UserThread extends Thread public class Client
{... {...
public UserThread() main()
{ {UserThread ut = new
... UserThread();
}
... ...
public void run() ut.start();
{ ...
... }
} }
}
Previous slide
Next slide
Back to first slide
View graphic version