What will be the result of compiling and running the following code?

public class Test {
    static String s;
    
    static void go() {
        System.out.println(s);
        go();
    }

    public static void main(String[] args) {
        go();
    }
}

Следи за CodeGalaxy

Мобильное приложение Beta

Get it on Google Play
Обратная Связь
Продолжайте изучать
тесты по Java
Cosmo
Зарегистрируйся сейчас
или Подпишись на будущие тесты