KnowledgeBoat Logo
|
LoginJOIN NOW

Computer Applications

Which of the following is/are not valid wrapper classes?

  1. Integer
  2. Float
  3. integer
  4. character
  5. Character

Java Library Classes

6 Likes

Answer

integer, character

Reason — All the names of wrapper classes begin with capital letters. Thus, Integer, Float and Character are valid wrapper classes.

Answered By

5 Likes


Related Questions