最佳答案
下面的代码抛出 NullPointerException
:
int num = Integer.getInteger("123");
我的编译器是否在 null 上调用 getInteger
,因为它是静态的? 这没有任何意义!
发生什么事了?