What are JVM, JDK, and JRE? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
- 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 ответов
+ 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