80 Common Java Interview Questions

Cahit Barkin Ozer
16 min readApr 23, 2022

Common interview questions and answers for junior Java developers.

To access press: https://cbarkinozer.medium.com/75-common-java-interview-questions-fd094785f7c0?source=friends_link&sk=1791cbd56151f7a6a2c40bd8004830b1

I frequently asked questions in Java developer technical interviews. These answers are in the form of a summary, the important things are the questions. I recommended searching the question online for a comprehensive answer.

You can also watch this article as a video :

1- What are stack and heap?

The JVM divides the memory into two parts: stack memory and heap memory.

Stack is used to storing the order of method execution and local variables.

--

--

Cahit Barkin Ozer
Cahit Barkin Ozer

Written by Cahit Barkin Ozer

Üretken YZ başta olmak üzere teknoloji alanındaki yenilikleri öğrenip sizlerle paylaşıyorum. Youtube Kanalım: https://www.youtube.com/@cbarkinozer

Responses (5)