- 1
What are JVM, JDK, and JRE?
Is there any one who can tell me that in simple words.
2 Respostas
+ 4
This question is easily available on Google.
https://www.google.com/amp/s/www.geeksforgeeks.org/differences-jdk-jre-jvm/amp/
https://www.guru99.com/difference-between-jdk-jre-jvm.html#:~:text=JDK%20is%20a%20software%20development%20kit%20whereas%20JRE%20is%20a,JVM%20is%20Java%20Virtual%20Machine.
+ 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;