All classes in Java are inherited from which class?
(a) java.lang.class
(b) java.class.inherited
(c) java.class.object
(d) java.lang.Object
I got this question in semester exam.
My question is taken from Inheritance topic in portion Inheritance of Java