What will happen after the following code is compiled and executed?

public class Main implements Runnable {
    public void run() {
        System.out.println("Hello");
        Thread.currentThread().sleep(100);        
    }        
    public static void main(String... args) throws InterruptedException {
        new Thread(new Main()).start();
    }
}

Слідкуй за CodeGalaxy

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

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