InterviewSolution
Saved Bookmarks
| 1. |
Which of these class is superclass of every class in Java?(a) String class(b) Object class(c) Abstract class(d) ArrayList classI had been asked this question in an interview for internship.I'm obligated to ask this question of The Object Class in division Inheritance of Java |
|
Answer» Correct OPTION is (b) Object CLASS |
|