elizabyte opened this issue on Jan 11, 2005 ยท 53 posts
Jaqui posted Sat, 15 January 2005 at 12:31 PM
java is a scripted language. the javavm is an engine to interpret the language and run the application. some programmers use compilers that will compile java into bytecode, removing the reliance on an interpreter / vm, and speeding it up. but most don't