J2SE Question:

What is hierarchy?

Tweet Share WhatsApp

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.

Read All 214 J2SE Questions
Previous QuestionNext Question
What is HTTP?What is GUI?