InterviewSolution
Saved Bookmarks
| 1. |
What Is A Super Class Of Wrappers Double & Integer? |
|
Answer» Number is an abstract class containing SUBCLASSES DOUBLE, Float, BYTE, SHORT, Integer and Long. Number is an abstract class containing subclasses Double, Float, Byte, Short, Integer and Long. |
|