gpt4 book ai didi

java - 强制方法调用 null 变量以抛出 NullPointerException

转载 作者:塔克拉玛干 更新时间:2023-11-03 03:14:23 26 4
gpt4 key购买 nike

<分区>

Possible Duplicate:
How come invoking a (static) method on a null reference doesn’t throw NullPointerException?
Static fields on a null reference in Java

我尝试了 this old video 中的代码:

class Impossible {
public static void main(String[] args) {
Thread t = null;
System.out.println(t.currentThread().getName());
}
}

输出:main

好吧,那到底是什么东西?! java.lang.Thread 是否违反了任何 NullPointerException 规则?

但我最感兴趣的是:我怎样才能使该变量的行为抛出 NullPointerException?

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com