What will be the result of the following program execution?

public class MyThread extends Thread {
    public void run() {
        System.out.println("I'm Running!");
    }

    public static void main(String[] args) {
        System.out.println("About to run thread");
        new MyThread("Run, Thread, Run!").start();
    }
}

Слідкуй за CodeGalaxy

Мобільний додаток Beta

Get it on Google Play
Зворотній Зв’язок
Продовжуйте вивчати
тести з Java
Cosmo
Зареєструйся Зараз
або Підпишись на майбутні тести