java中的null是值还是对象
生活随笔
收集整理的這篇文章主要介紹了
java中的null是值还是对象
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
是空對象吧,你console.log(type of null)
There is also a special null type, the type of the expression null, which has no name. Because the null type has no name, it is impossible to declare a variable of the null type or to cast to the null type. The null reference is the only possible value of an expression of null type. The null reference can always be cast to any reference type. In practice, the programmer can ignore the null type and just pretend that null is merely a special literal that can be of any reference type.
不是對象, 是一個特殊的值.
嚴格講既不是基礎類型也不是對象類型,是一個特殊的類型,并可以看作允許cast成任意類型的對象。Java Language Specification Chapter 4
There is also a special null type, the type of the expression null, which has no name. Because the null type has no name, it is impossible to declare a variable of the null type or to cast to the null type. The null reference is the only possible value of an expression of null type. The null reference can always be cast to any reference type. In practice, the programmer can ignore the null type and just pretend that null is merely a special literal that can be of any reference type.
不是對象, 是一個特殊的值.
嚴格講既不是基礎類型也不是對象類型,是一個特殊的類型,并可以看作允許cast成任意類型的對象。Java Language Specification Chapter 4
總結
以上是生活随笔為你收集整理的java中的null是值还是对象的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: “长歌登山丘”上一句是什么
- 下一篇: 黑羊怎么把钱拿出来?