Will the following code compile?

public class StartClass {    
    private final String DUMMY = "DUMMY";
    
    public static void main(String[] args) {
        System.out.println(DUMMY);
    }
}
Explanation
It is impossible to address non-static context from a static one.

Следи за CodeGalaxy

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

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