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)
- It helps to create the memory allocation
- 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)