What is the difference between a standard and Just-In-Time compiler? Does itmean that Java Bytes are translated into machine code at runtime?
Yes, JIT VM´s translates the most used parts of your code into nativecode for optimization.