Home » JAVA Programming » Object & Classes » Question
  1. Which of these class is superclass of every class in Java?
    1. Abstract class
    2. ArrayList class
    3. String class
    4. Object class
    5. None of these
Correct Option: D

Object class is superclass of every class in Java.



Your comments will be displayed only after manual approval.