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
Зареєструйся Зараз
або Підпишись на майбутні тести