logo

Crowdly

Programm läheb tööle ja ei näita veateadet. public class Test extends Thread ...

✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.

Programm läheb tööle ja ei näita veateadet.

public class Test extends Thread {

   public void run() {

       System.out.println("test");

   }

   public static void main(String[] args) {

       Test t = new Test();

       t.start();

       t.start();

   }

}

More questions like this

Want instant access to all verified answers on moodle.ut.ee?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!