Question :Diffrence between JRE And JVM AND JDK (CoreJava)
Answer :JVM - Java Virtual Machine. This is where all java classes gets executed.
JVM converts byte code to machine understandable code.
JRE - Java Runtime Environment - Contains all core API class files that are
needed to execute a java application
JDK - Java Development Kit - Contains tools to use java, e.g. javac, java,
javaw, keytool, etc... and JRE (See above for description of JRE)
No comments:
Post a Comment