JDK - Java development kit
- Compile and find the exact error with line no.
- If it’s no error then it will change .java file into .class file
JRE - Java runtime environment
- It helps to provide everything to run the .class files and hands it over to JVM
Command——> java
JVM - Java virtual machine
- Loads the .class files and allocates the memory and manage garbage collection.
JIT - Just in time
- It used to convert into the binary code(machine language)
Top comments (0)