Which of these classes is not included in java.lang?
Explanation: Array class is a member of java.util.
Which of these is a process of converting a simple data type into a class?
Which of these is a super class of wrappers Double & Integer?
Explanation: Number is an abstract class containing subclasses Double, Float, Byte, Short, Integer and Long.
Which of these is a wrapper for simple data type float?
Which of the following is a method of wrapper Float for converting the value of an object into byte?