A class hierarchy or inheritance tree in computer science is a classification of object types, denoting objects as the instantiations of classes (class is like a blueprint, the object is what is built from that blueprint) inter-relating the various classes by relationships such as “inherits”, “extends”, “is an …
Read moreWhich class is highest in hierarchy in Java?
The class at the top of the exception class hierarchy is the Throwable class , which is a direct subclass of the Object class.
Read more