Java code gets faster the longer it is executed

Java code is interpreted the first few times it is executed, it gets faster the longer it is executed.

Comments