Question:

Difference between JVM and java compiler?

by  |  earlier

0 LIKES UnLike

 Tags:

   Report

1 ANSWERS


  1. The purpose of java compiler is to convert the source files(.java) into class files that contains the byte code.
    On the other hand, the purpose of JVM(java virtual machine) is to load class files and either interprets the bytecode or just-in-time compiles it to machine code and then possibly optimizes it using dynamic compilation.

Question Stats

Latest activity: earlier.
This question has 1 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.