0% found this document useful (0 votes)
13 views

Java Interview Important Questions

java interview sounds

Uploaded by

Vaibhav Gajbhe
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
13 views

Java Interview Important Questions

java interview sounds

Uploaded by

Vaibhav Gajbhe
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

1.What is an Encapsulation and how can u achieve in java?

2.What is data hiding and how can u achieve in java? Demonstrate with an example?

3.What is an Inheritance and how can u achieve in java?

4.Explain the types of inheritance with example?

5.What is diamond problem and explain with an example?

6.What is a polymorphism and explain its types?

7.What is method overriding and explain with example?

8.What is method overloading and explain with example?

9.What is constructor overloading and explain with example?

10.What is a upcasting and explain with example?

11. What is a downcasting and explain with example?

12.What is classcastexception and explain with example?

13.what is an abstraction?

14.How can u achieve multiple inheritance with the help of interfaces?

15.Difference between Interface and Abstract class?

16.List out the members can be written inside interface?

17.Explain why we have to override toString(),equals and hashCode method? With example?

18.Why strings are immutable in java and explain with example?

19.What is an exception? And explain its types?

20.Write a program for checked exception?

21.Write a program for unchecked exception?

22.Difference between throw and throws?

23.Difference between final,finally,finalize.

24.Explain about Automatic garbage collector?

25. What is a collection framework?

26.What is the difference between list interface and set interface?

27.What is the difference between hashset and treeset?

You might also like