✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Яким буде результат компіляції та виконання фрагмента коду:
1. class MyClass7 {
2. public static void main(String[] args) {
3. int a[] = {1, 2, 3, 4};
4. System.out.println(a instanceof Object);
5. }
6.}