

- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
What is the difference between JDK, JRE, and JVM?
JVM or Java Virtual Machine is a specification to provide the runtime environment in which a bytecode can be executed. JVMs are prepared platform specific and are available for almost all the hardware and machine.
JRE is the implementation of JVM and contains libraries and other files which are used by JVM. JRE is used by a Java-based application to execute java programs.
JDK is set of JRE and development tools like javac and java etc. JDK is used to develop Java programs and Java-based applications.
- Related Questions & Answers
- Difference between JDK, JRE and JVM in Java
- Differences between JDK, JRE and JVM.
- What is the difference between JRE and JDK?
- What is the structure of JDK and JRE directory in Java 9?
- Difference between JDK dynamic proxy and CGLib proxy in Spring
- What is the Java Runtime Environment (JRE)?
- What is Java Development Kit (JDK)?
- What is the difference between jQuery.prop() and jQuery.attr()?
- What is the difference between jQuery and JavaScript?
- What is the difference between jQuery.size() and jQuery.length?
- What is the difference between jQuery and AngularJS?
- What is the difference between jQuery.show() and jQuery.hide()?
- What is the difference between jQuery.fadeout() and jQuery.hide()?
- What is the difference between jQuery.animate() and jQuery.hide()?
- What is the difference between JavaScript and C++?
Advertisements