What is JVM,JDK and byte code?? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 1

What is JVM,JDK and byte code??

From Java

10th May 2021, 7:54 AM
[ Ā§andiĀ¶ ]
[ Ā§andiĀ¶ ] - avatar
2 Respostas
+ 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