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
Зарегистрируйся сейчас
или Подпишись на будущие тесты