J2SE Question:

What is super?

J2SE Interview Question
J2SE Interview Question

Answer:

A Java keyword used to access members of a class inherited by the class in which it appears.


Previous QuestionNext Question
What is switch?What is subtype?