Prepare Interview

Mock Exams

Make Homepage

Bookmark this page

Subscribe Email Address

Question: What is the 'super' keyword in Java?
Answer: The 'super' keyword is used to refer to the superclass, invoking its methods, or accessing its fields. It is often used in the context of method overriding.

Example:

super.display();
Is it helpful? Yes No

Most helpful rated by users:

©2025 WithoutBook