What is JVM,JDK and byte code?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What is JVM,JDK and byte code??

From Java

10th May 2021, 7:54 AM
[ §andi¶ ]
[ §andi¶ ] - avatar
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
10th May 2021, 8:12 AM
Yaroslav Vernigora
Yaroslav Vernigora - avatar
10th May 2021, 12:05 PM
[ §andi¶ ]
[ §andi¶ ] - avatar