Select all the statements that are correct regarding the following code:

public class TestClazz {
    public static void main(String[] args) {
        final long Byte = 0;            // 1
        if ( Byte.equals(0) ) {        // 2
            System.out.print("==");
        } else {
            System.out.print("!=");
        }
    }
}

Следи за CodeGalaxy

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

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