Multiple choice technology programming languages

The default value of the boolean type is

  1. True

  2. False

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

In most languages (Java, C#, PL/SQL), the default value for a boolean primitive is false. Only uninitialized boolean object references default to null.