+ 1
What is JVM,JDK and byte code??
From Java
2 Answers
+ 1
JVM(java virtual machine), as the name it is actually an abstract machine which provide environment in which java bytecode can be executed.
Now JRE it is a software that actually exits it consists of libraries and other files that JVM uses at run time.
Lastly JDK, as per name Java Development Kit is a complete package for development using java. It consists of JRE and devlopment tools like javac.
bytecode - intermediate code between a high-level language and machine code