0% found this document useful (0 votes)
9 views3 pages

Java Interview PDF

The document contains a list of core Java interview questions and answers aimed at helping candidates prepare for technical interviews. Key topics include differences between JDK and JRE, platform independence, abstract classes versus interfaces, and memory management. It also covers concepts like method overloading, the use of the super keyword, and garbage collection.

Uploaded by

jonwik6965
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)
9 views3 pages

Java Interview PDF

The document contains a list of core Java interview questions and answers aimed at helping candidates prepare for technical interviews. Key topics include differences between JDK and JRE, platform independence, abstract classes versus interfaces, and memory management. It also covers concepts like method overloading, the use of the super keyword, and garbage collection.

Uploaded by

jonwik6965
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
You are on page 1/ 3

Java Questions

with Answers to Crack the


technical interview
Questions

Core Java Concepts:

Q.1
What is the difference between JDK and
JRE?

Q.2
Why is Java a platform independent
language?

Q.3
What is the difference between an
abstract class and an interface?

Q.4
What is the difference between final,
finally, and finalize?

Q.5
What is the difference between stack and
heap memory?

Q.6
What is the difference between method
overloading and method overriding?

Q.7
What is the difference between an
abstract class and an interface?

Q.8 What is the difference between a private


and a protected modifier?

1
Questions

Q.9
What is constructor overloading in Java?

Q.10
What is the use of super keyword in Java?

Q.11
What is the difference between static
methods, static variables, and static
classes in Java?

Q.12
What exactly is System.out.println in Java?

Q.13 What part of memory - Stack or Heap - is


cleaned in the garbage collection process?

You might also like