Computer Science, asked by varsha6530, 4 days ago

Which methods return wrapper class object from primitive values ?​

Answers

Answered by MeenalGawade
1

Answer:

Every number type Wrapper class( Byte, Short, Integer, Long, Float, Double) contains the following 6 methods to get primitive for the given Wrapper object: public byte byteValue() public short shortValue() public int intValue()

Answered by ardhthegraphicssigna
0

Answer:

Every number type Wrapper class( Byte, Short, Integer, Long, Float, Double) contains the following 6 methods to get primitive for the given Wrapper object: public byte byteValue() public short shortValue() public int intValue()

Similar questions