Home / Report Question

Q. What is a Type Wrapper or simply a Wrapper in Java?
  • A. A Wrapper class is an object version of Primitive Data Type
  • B. A Wrapper provides additional methods for ease of use
  • C. Wrapper types are useful for using with generic collections
  • D. All the above

Correct Answer: D