

- 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
Difference between JDK, JRE and JVM in Java
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
- Differences between JDK, JRE and JVM.
- What is the difference 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
- Verification in Java (JVM)
- Difference between Java and JavaScript.
- Difference between Go and Java.
- Difference Between C++ and Java
- Java (JVM) memory model
- Java (JVM) Memory Types
- JVM shutdown hook in Java
- What is Java Development Kit (JDK)?
- Difference between Java and C language
- Difference between constructor and method in Java
Advertisements