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

What are JVM, JDK, and JRE?

Is there any one who can tell me that in simple words.

27th Jun 2021, 12:32 PM
Shahid Iqbal
Shahid Iqbal - avatar
2 Respostas
+ 1
ā€¢ The JVM is responsible for executing Java programs; ā€¢ JRE builds and starts JVM; ā€¢ The JDK allows developers to create programs that can run and run through the JVM and JRE;
27th Jun 2021, 12:50 PM
SammE
SammE - avatar