Integer arg = null; int x = arg;. But it will crash at runtime with a java.lang.NullPointerException on the second line. The problem is that a primitive int ...
確定! 回上一頁