0% found this document useful (0 votes)
2 views2 pages

Java J9_Part2 FAQ

The document contains a list of Java interview questions focused on the topic of inheritance. It includes questions about the 'final' keyword, the 'Object' class, inheritance keywords, and concepts like hybrid inheritance and constructor execution order. This resource is aimed at preparing candidates for Java-related interviews by testing their understanding of inheritance in Java.

Uploaded by

Sarathi M
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views2 pages

Java J9_Part2 FAQ

The document contains a list of Java interview questions focused on the topic of inheritance. It includes questions about the 'final' keyword, the 'Object' class, inheritance keywords, and concepts like hybrid inheritance and constructor execution order. This resource is aimed at preparing candidates for Java-related interviews by testing their understanding of inheritance in Java.

Uploaded by

Sarathi M
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

ACCORD INFO MATRIX

(no 2, 3rd floor, Little Mount-Saidapet, Chennai-600015)

JAVA INTERVIEW QUESTIONS


Topic J9 Part 2
Topic 9(Inheritance):
1. What is use of ‘final’ keyword?
2. What is ‘Object’ class in java
3. What is keyword used in inheritance
4. Can we inherit the Sub Class Properties using Super Class Object
5. Can we extend “final class”?
6. Give Application Oriented Example for Inheritance Types ?
7. What is mean by Hybrid Inheritance ?
8. What is the execution order of the constructors after inheritance
9. What is super class and sub class in java
[Link] constructors inherited to the sub class

You might also like