What is the result of this code executing:

class One {
    public static int j = 90;
    One()
    { j = 12; }
}
public class Test extends One {
    public static void main(String args[]) {
        new Test();
        System.out.println(One.j);
    }
}
Explanation
Get an explanation when it's available:

Следи за CodeGalaxy

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

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