Hire QA – Specialized in QA Recruitment, Technical Interviews and Testing Solutions

How JRE, JVM and JDK related?

Category: Java

JVM help run java byte codes created by compiling .java files into .class files.
JRE contains JVM (Java Virtual Machine), libraries and other components t o run Java applets and applications.
JDK contains JRE, compilers and debugger (development environment for applications using Java programming language).

Leave a Reply

Your email address will not be published. Required fields are marked *