DEV Community

Naveen kumar
Naveen kumar

Posted on • Edited on

Day 2..JRE ( jvm)

JDK - Java development kit
JRE -(Java Runtime Environment)
JRE is a kind of Library
1. It will help to run the java program
2. without syntax error it will work as a .Classfile s
3. JRE contains many java files
4. It used to keep many java files

JVM..( Java Virtual Machine)

  1. It helps to create the memory allocation
  2. Then the file will move to JIT as a.class file

JIT - Just In Time

  • It is used to convert the code to understand the system language like as Binary code(Just In Time) Binary code(010101)

Top comments (0)