Computer Science, asked by upsingh20175, 6 months ago

write the name of numeric wrapper class​

Answers

Answered by kartiksharma0711
1

Answer:

For every primitive type in Java, there is a built-in object type called a wrapper class. For example, the wrapper class for int is called Integer; for double it is called Double

Answered by yajanadk2
1

Answer:

For every primitive type in Java, there is a built-in object type called a wrapper class. For example, the wrapper class for int is called Integer; for double it is called Double.

Similar questions