J2SE Question:
Download Questions PDF

What is hierarchy?

J2SE Interview Question
J2SE Interview Question

Answer:

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.

Download J2SE Interview Questions And Answers PDF

Previous QuestionNext Question
What is HTTP?What is GUI?