Java OCA OCP Practice Question 43

Question

Which of the following are true?

  • A. The Void class extends the Class class.
  • B. The Float class extends the Double class.
  • C. The System class extends the Runtime class.
  • D. The Integer class extends the Number class.


D.



PreviousNext

Related