What is Java Interpreter or Compiler? (Beginning Java forum at JavaRanch)
Chandra You've pretty much got it. Like Alaa said though the JVM does not neccesarily turn the byte code into native code unless it uses a Just-In-Time (JIT) compiler. And even then it might only be a small part of the code that gets compiled to native co
www.coderanch.com |