What will happen after compilation and execution of the following program?

class Main {
    public void method() {
        static class One {
            public One() {
                System.out.println("From one");
            }
        }        
    }

    
    public static void main(String... args) {
        new Main().method();
    }        
}

Следи за CodeGalaxy

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

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