Programming MisconceptionsHomeMisconceptionsConceptsLanguagesTextbooksContributorsAbout
HomeConcepts
Null

Null

The value null is a reference that does not refer to anything.

Related concepts:  ValueReference

Closest Wikipedia entry:  Null pointer

Misconceptions about Null
6 documented Misconceptions

Any LanguageJavaJavaScriptPythonScratch
Check Yourself
Misconception
NullIsObject — Java
null is an object
Misconception
OutOfBoundsElementsAreNull — Java
Out-of-bounds array elements are null
Misconception
ThisCanBeNull — Java
this can be null
Misconception
ThisInConstructorIsNull — Java
In a constructor, this is null
Misconception
NullAndUndefinedAreTheSame — JavaScript
The values null and undefined are the same
Misconception
NullIsObject — JavaScript
null is an object

Find Misconceptions by...

Concept
Programming Language
Notional Machine
Textbook

About

About This Site
Structure and Content of the Inventory
Contributors