0% found this document useful (0 votes)
2 views1 page

Java Interview Questions List

The document is a list of Java interview questions covering various fundamental concepts such as variables, methods, inheritance, polymorphism, abstraction, encapsulation, design patterns, exception handling, and collections. It includes specific queries about the differences between key Java features, the purpose of certain keywords, and the use of data structures. This resource serves as a comprehensive guide for preparing for Java-related interviews.

Uploaded by

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

Java Interview Questions List

The document is a list of Java interview questions covering various fundamental concepts such as variables, methods, inheritance, polymorphism, abstraction, encapsulation, design patterns, exception handling, and collections. It includes specific queries about the differences between key Java features, the purpose of certain keywords, and the use of data structures. This resource serves as a comprehensive guide for preparing for Java-related interviews.

Uploaded by

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

Java Interview Questions List

• Variable - Local Variable and Global Variable

• Difference between Methods and Constructors

• Difference between Static and Non-Static Variables

• Difference between this keyword, final keyword, and super keyword

• What is Inheritance and its types?

• Why multiple inheritance is not possible through class in Java and how can it be achieved?

• What is Method Overloading and Method Overriding?

• What is Polymorphism? Explain Compile-time and Run-time Polymorphism

• What is Abstraction?

• Difference between Abstract Class and Concrete Class

• Can we achieve 100% abstraction through abstract class and interface? Justify

• What is Encapsulation?

• What is Singleton Design Pattern? Advantages?

• Exception Handling and its types

• What is Stack Unwinding?

• What are Special Blocks in Java?

• Difference between final keyword and finally block

• What is printStackTrace()?

• Difference between print() and println()

• What is Constructor and its types?

• What is Constructor Chaining?

• What are Collections?

• Difference between Array and Collection

• When do you use HashMap?

• Difference between List and LinkedList

You might also like