Java MCQ Set 1 1. Which of these is a super class of wrappers Double and Float? a) Long b) Digits c) Float d) Number AnswerAnswer: d [Reason:] Number is an abstract class containing subclasses Double, Float, Byte, Short, Integer and Long. 2. Which of the following methods return the value as a double? a)…