What will be the result of the following program compilation and execution?

public class Test {
    private static class Test2 {
        private static final String name = "Name";
    }
    
    public static void main(String[] args) {
        System.out.println(Test2.name);
    }
}

Следи за CodeGalaxy

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

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