What are the differences between a Just-in-Time-Compiler and an Interpreter, and are there differences between the .NET and the Java JIT compiler?
JIT compiler produces binary machine codes translating block source code. Interpreter translates line by line.