Example 1: java typeof Object obj = null; obj = new ArrayList (); System.out.println(obj.getClass()); obj = "dummy"; System.out.println(obj.
確定! 回上一頁