// This class extends Thread
class 1 extends Thread {
// This method is called when the thread runs
public void run() {
}
}
// This class extends Thread
class 1 extends Thread {
// This method is called when the thread runs
public void run() {
}
}