The ubiquitous possibility of null posed such a problem that Java 8 added the @NonNull ... Integer i = null; int x = i; // runtime error.
確定! 回上一頁