explain any five wrappers class primitives
Answers
Answered by
1
Answer:
They just wrap the primitive types. The Byte , Short , Integer , Long , Float , and Double wrapper classes are all subclasses of the Number class. The wrapper classes BigDecimal and BigInteger are not one of the primitive wrapper classes but are immutable.
Answered by
1
Answer:
They just wrap the primitive types. The Byte , Short , Integer , Long , Float , and Double wrapper classes are all subclasses of the Number class. The wrapper classes BigDecimal and BigInteger are not one of the primitive wrapper classes but are immutable
Similar questions