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

public class Test {
    public static void main(String[] s) {
        class Inn {
            static { System.out.print("Static "); }
            void m() {
                System.out.print("inner ");
            }
        }
        new Inn().m();
    }
}

Следи за CodeGalaxy

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

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