Operators

© examsiri.com
Question : 20 of 23
 
Marks: +1, -0
Given:
1. class Zippy {
2.   String[] x;
3.   int[] a [] = {{1,2}, {1}};
4.   Object c = new long[4];
5.   Object[] d = x;
6. }

What is the result?
Go to Question: