Multiple choice technology programming languages

  1. Is null a keyword?

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

In Java, null is a literal (specifically, the null literal) rather than a keyword, although it cannot be used as an identifier.