Is java compiled or interpreted language ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

Is java compiled or interpreted language ?

12th Nov 2017, 7:39 PM
Mohamed Mirghani
Mohamed Mirghani - avatar
4 Answers
+ 6
and JVM translates the bytecodes to machine code.
12th Nov 2017, 7:55 PM
Malkon F
Malkon F - avatar
+ 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.
12th Nov 2017, 7:58 PM
Malkon F
Malkon F - avatar
+ 3
it's partially either of the two!
12th Nov 2017, 8:23 PM
᠌᠌Brains[Abidemi]
᠌᠌Brains[Abidemi] - avatar