//An integer can be null, so this is fine. Integer i = null ;. //Unboxing null to integer throws NullpointerException. int a = i;.
確定! 回上一頁