1.

Number class can’t manipulate ____________________(a) Integer values(b) Float values(c) Byte values(d) Character valuesThis question was addressed to me during an online exam.This intriguing question comes from Inbuilt Classes in portion Inbuilt Classes of Object Oriented Programming

Answer» CORRECT answer is (d) Character values

Explanation: The Number class is used to WORK with all the number type of values. The integers, FLOAT, double, byte etc. are all number type values. Character is not a number VALUE.


Discussion

No Comment Found

Related InterviewSolutions