+ 1
For truly compiled languages the compiler translates code to machine code that can then be run directly by the system. In java, however, it gets translated to parrot code(lower level code) that is interpreted by the JVM.
12th Apr 2017, 4:58 AM
Logan New
Logan New - avatar