Java OCA OCP Practice Question 55

Question

Which of the following is not a wrapper class?

  • A. String
  • B. Integer
  • C. Boolean
  • D. Character


A.

Note

There is no primitive string type to wrap.




PreviousNext

Related