DEVFYI - Developer Resource - FYI

What is hierarchy

J2SE Interview Questions and Answers


(Continued from previous question...)

85. What is hierarchy

A classification of relationships in which each item except the top one (known as the root) is a specialized form of the item above it. Each item can have one or more items below it in the hierarchy. In the Java class hierarchy, the root is the Object class.

(Continued on next question...)

Other Interview Questions