1.

Which of these is a super class of Character wrapper?(a) Long(b) Digits(c) Float(d) NumberI have been asked this question in an interview.Asked question is from Java.lang topic in section Exploring java.lang & java.io of Java

Answer»

Right choice is (d) Number

Explanation: Number is an abstract CLASS containing SUBCLASSES DOUBLE, FLOAT, Byte, Short, CHARACTER, Integer and Long.



Discussion

No Comment Found

Related InterviewSolutions