Friday, August 4, 2017

What is the Compiler, JVM in java

When we type code using some IDE like eclipse,  netbeans  it's only can understand us. But computer can't understand it. There for compiler and JVM help to machine to understand this code. How ever compiler , compile the code to the bite code. And java virtual machine(JVM) convert that byte code to the ascii value using Just in Time (JIT). That's why java slow compatibility.  

No comments:

Post a Comment