Previous | Next --- Slide 4 of 56
Back to Lecture Thumbnails
kuity

As Kayvon mentioned in class:

C: Fully compiled

Java, Scala: Just-in-time(JIT) compilation. Program is stored as bytecode but compiled before execution "just-in-time".

JIT Compilation