Will the following code compile?

public class Person {
    public final String name;
    int age;
}
Explanation
The field with a final modifier must be initialized in the declaration or the value must be assigned to each constructor. Here, neither the one nor the other is not made so there will be a compilation error.

Следи за CodeGalaxy

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

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