1 2 3 if (array.length > 0) { System.out.println(array[0].getClass()); }
1 2 3
if (array.length > 0) { System.out.println(array[0].getClass()); }