1. class Zippy {2.   String[] x;3.   int[] a [] = {{1,2}, {1}};4.   Object c = new long[4];5.   Object[] d = x;6. }