Multiple choice

Which wrapper class does not contain string as argument?

  1. Integer

  2. Character

  3. Boolean

  4. None of these

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

Character class does not take string as argument (refer API).