Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the responsive-lightbox domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the hueman domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/wp-includes/functions.php on line 6114
Difference between JVM,JDK and JRE - Testingpool

Difference between JVM,JDK and JRE

JVM,JDK and JRE are the important points to discuss while studying java. Here, we have explained brief overview of JVM. If you want to know about it in more detail, then you can read it in next post.

JVM: JVM is an acronym for Java Virtual Machine which is responsible for converting the bytecodes into machine language and executing the program. It performs the following operations.

  • Loading the class files
  • Verifying the bytecodes
  • Executing the code
  • Provide run time environment

JRE: JRE is an acronym for Java Runtime Environment. It contains class libraries and other supported file which are required by JVM at the time of running program.JRE needs to be installed for running java program on the system.

JDK: JDK is an acronym for Java Development Kit. It contains the JRE and development tools like compiler (javac), java application launcher (java.exe) etc.

JDk,JRE and JVM

JDk,JRE and JVM

Ask Question
If you have any question, you can go to menu ‘Features -> Q&A forum-> Ask Question’.Select the desired category and post your question.
Avatar photo

Shekhar Sharma

Shekhar Sharma is founder of testingpool.com. This website is his window to the world. He believes that ,"Knowledge increases by sharing but not by saving".

You may also like...