InterviewSolution
Saved Bookmarks
| 1. |
All classes in Java are inherited from which class?(a) java.lang.class(b) java.class.inherited(c) java.class.object(d) java.lang.ObjectI got this question in semester exam.My question is taken from Inheritance topic in portion Inheritance of Java |
|
Answer» Right option is (d) java.lang.OBJECT |
|