J2SE Question:

What is supertype?

J2SE Interview Question
J2SE Interview Question

Answer:

The supertypes of a type are all the interfaces and classes that are extended or implemented by that type. See also subtype, superclass.


Previous QuestionNext Question
What is serialization?What is superclass?