DEV Community

Cover image for Top 10 most asked Core Java Questions in Interviews.
Piyush Kumar Singh
Piyush Kumar Singh

Posted on

Top 10 most asked Core Java Questions in Interviews.

Here are the some most asked java questions in any technical interview :

Reference : PrepStat

**1. Why is Java a platform-independent language?

  1. Why is Java not a pure object-oriented language?
  2. What is the difference between Heap and Stack Memory in Java? And how does Java utilize this?
  3. How is Java different from C++?
  4. Why does Java not make use of pointers?
  5. What do you understand by an instance variable and a local variable?
  6. What are the default values assigned to variables and instances in Java?
  7. What do you mean by data encapsulation?
  8. Tell us something about JIT compiler.
  9. Can you tell the difference between the equals() method and equality operator (==) in Java?**

Other References :
Home Page : Link
About Page : Link
Aptitude Page : Link
Reasoning Page : Link
Verbal Page : Link
HR Page : Link
Technical Page : Link
Java8 : Link
Advance Java : Link
Core Java : Link
Java OOP's : Link
Spring Boot : Link
Advanced Spring Boot : Link
Linux : Link
ReactJS : Link
API : Link

Top comments (0)