Null
  • 音标:/nʌl/
  • 意思:空值
  • 例句A null reference points to no object and causes NullPointerException if dereferenced.
  • 翻译:空引用不指向任何对象,如果解引用会导致NullPointerException。
  • 补充说明:Java中的null是引用类型的默认值。