I am so much confused betweenm JVM and JRE .plz expalain the difference. | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
0

I am so much confused betweenm JVM and JRE .plz expalain the difference.

5th Dec 2016, 2:46 PM
Awais Butt
Awais Butt - avatar
2 Respostas
+ 4
TheĀ Java Virtual machineĀ (JVM) is the virtual machine that run the Java bytecodes. The JVM doesn't understand Java source code, that's why you compile yourĀ *.javaĀ files to obtainĀ *.classĀ files that contain the bytecodes understandable by the The JVM. The Java Runtime Environment (JRE) provides the libraries, the Java Virtual Machine, and other components to run applets and applications written in the Java programming language as we can see with our eye.
6th Dec 2016, 12:10 AM
Dheeraj Vuppuluri
Dheeraj Vuppuluri - avatar
0
JVM is an abstract which provides the runtime environment for the java byte code to run JRE is the implementation of JVM
18th Jan 2017, 10:46 AM
Keerthi Reddy Yeruva
Keerthi Reddy Yeruva - avatar