why do System.out.println() does not throw a null pointer exception when the static and final variable “out” has a value of null?

前端 未结 0 1975
栀梦
栀梦 2020-11-29 21:23

I was trying to print a statement using PrintStream class, here is the code

System.out.println("Hello World");

when I checked the v

相关标签:
回答
  • 消灭零回复
提交回复
热议问题