Introduction to the Microsoft

Traditionally code was either compiled or interpreted. (I am assuming you know the difference.) Java and .NET use “just-in-time compilation” (JIT). That means that the byte code is used at run time to produce machine code, which should then execute at the same speed as if the program had been compiled. ................
................