Classes
ALL
Which of the following are true for Java Classes?
0
Pick ONE option
The Void class extends the Class class.
3
The Float class extends the Double class.
The System class extends the Runtime class.
5
The Integer dass extends the Number class.
Answers
Answered by
7
Answer:
i think its the the void extends class
Answered by
0
Answer:
Correct answer is , the integer class extends the number class .
Explanation:
Java integers are storehouse locales that can contain non-integer, positive, or negative non-decimal figures. It's represented by the keyword" int".
The Integer class is a wrapper class for the primitive type int and contains several styles for effectively handling int values. Convert it to a string representation. Objects of class Integer can contain a single int value.
Hence, the integer class extends the number class.
#SPJ3
Similar questions