J2SE Question:
What is supertype?

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 Question | Next Question |
What is serialization? | What is superclass? |