Difference between JDK, JRE and JVM
#Difference_between #JDK #JRE #JVM #java #difference #between
what is the difference between JDK, JRE and JVM is important in Java ? We are having brief overview of JVM here.
let's see the basic differences between the JDK, JRE and JVM.
it is responsible for runtime environment in which java bytecode can be executed.
JVMs are available for many hardware and software platforms. JVM, JRE and JDK are platform dependent because configuration of each OS differs. But, Java is platform independent.
The JVM performs following main tasks:
JDK is an acronym for Java Development Kit.It physically exists.It contains JRE + development tools.
JRE is an acronym for Java Runtime Environment.It is used to provide runtime environment.It is the implementation of JVM.It physically exists.It contains set of libraries + other files that JVM uses at runtime.
Implementation of JVMs are also actively released by other companies besides Sun Micro Systems.
Here we learn difference between JDK, JRE and JVM
we see details of JVM and Internal Architecture of JVM
Hope you like it subscribe our instagram and facebook account for more update .