List all wrapper classes in java
Answers
Answered by
0
Answer:
There are 8 wrapper classes in Java.
1)Byte
2)Short
3) Integer
4)Long
5)Double
6)Float
7) Character
8) Boolean
If it helps,give it 5 stars marking it as the brainliest.
Answered by
1
Answer:
Java Wrapper Classes
Primitive Data Type Wrapper Class
long Long
float Float
double Double
boolean
Similar questions