Array java dengan objek dari berbagai jenis
Object[] x = new Object[]{1,2,3,"srk"};
HotFlow
Object[] x = new Object[]{1,2,3,"srk"};