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.
The numeric wrapper classes in Java are:
- Byte for byte data type
- Short for short data type
- Integer for int data type
- Float for float data type
- Long for long data type
- Double for double data type