Friday, November 17, 2017

Difference Between JVM, JRE, JDK in Java

JVM(Java Virtual Machin):-

JVM (Java Virtual Machine) is a dynamic machine. It is a determination that gives runtime condition in which Java bytecode can be executed. 

JVMs are accessible for some equipment and programming stages (i.e.JVM is platform subordinate).
  • Loads code
  • Verifies code
  • Executes code
  • Provides runtime environment

JRE(Java Runtime Environment):-

 java JREJava JVM

JDK(Java Development Kit):-Java JDK


Java JDK

No comments:

Post a Comment

Top 200+ Core Java Interview Questions And Answers For 2019

Most Popular Java Interview Questions Given below is a comprehensive list of most important and commonly asked basic and advanced Java p...