Multiple choice

Is null a keyword?

Null is generally used as default value for strings. It cannot be taken as a datatype.

  1. Yes

  2. No

  3. Both 1 and 2 (Depends on situation)

  4. Null is in heap memory.

  5. None of these

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

Correct choice Java has 50 keywords, out of which, null is not present. Null is a special value that is not an instance of any class.