ICSE Class 10 Computer Applications Question 2 of 16

Using Library Classes — Question 2

Back to all questions
2
Question

Question 2

Name the numeric wrapper classes in Java.

Answer

The numeric wrapper classes in Java are:

  1. Byte for byte data type
  2. Short for short data type
  3. Integer for int data type
  4. Float for float data type
  5. Long for long data type
  6. Double for double data type