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
Зареєструйся Зараз
або Підпишись на майбутні тести