Java JVM , JRE and JDK in Java - thejavaconceptspart
Java JVM, JRE and JDK
JVM is an abstract Machine and It Doesn't exist physical and JRE contains set of library and other files and JDK develop Java applications and Applets..
Java Virtual Machine (JVM)
- JVM is an abstract machine that doesn't exist physically
- Provides runtime environment to drive the java code or application
- It compiles the java java code into bytecode
- It is platform dependent
Java Runtime Environment (JRE)
- Java Runtime Environment within which the JVM runs
- It contains a set of library + other files that jvm uses at runtime
- It is also called RTE
Java Development Kit (JDK)
- JDK is a software development environment which is used to develop Java Applications and Applets
- It contains Development Tools and JRE
Comments
Post a Comment
Remember to keep Comments Respectfully