answersLogoWhite

0

A java compiler takes Java source code and turns it into Java bytecode, which can then be run by the java virtual machine.

Using JIT means that the java code will be compiled and executed at the time that you run the program, which will slow down the program because it has to compile the code at the same time that it runs.

User Avatar

Wiki User

15y ago

What else can I help you with?