int is a primitive data type and Integer is a wrapper class. Since Java 5, you can perform autoboxing, e.g. int i = new Integer(5); or
確定! 回上一頁