What happens when you compile and run the following code?

public class Test {

    static int[] arrInstance = new int[100];

    public static void main(String[] args) {
        byte[] arrLocal = new byte[100];

        for (int i = 0; i < 100; i++)
            if (arrInstance[i] != arrLocal[i]) {
                throw new IllegalStateException("error");
            }
    }
}

Слідкуй за CodeGalaxy

Мобільний додаток Beta

Get it on Google Play
Зворотній Зв’язок
Продовжуйте вивчати
тести з Java
Cosmo
Зареєструйся Зараз
або Підпишись на майбутні тести