+ 4
Is java compiled or interpreted language ?
4 Respostas
+ 6
and JVM translates the bytecodes to machine code.
+ 5
Java also compiles the most used parts of the code to increase speed(JIT), as we all know compiled code and faster than interpreted code.
+ 3
it's partially either of the two!