Multiple choice softskills creativity

Wrapper class of boolean??

  1. boolean

  2. Boollean

  3. Bolean

  4. Boolean

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

Boolean is the correct wrapper class name for the primitive boolean in Java. Option A is the primitive type (not wrapper), while options B and C are misspelled. Java wrapper classes follow specific capitalization rules.