What is a dirty byte?

What happens to Java Byte Code?

  • When the JIT compiler converts JAva to Java Byte Code. What happens? Does the the JIT compiler bridge the Byte code to C and run it in Assembly? I have not really been able to grasp how the java byte code is executed. Thank you!!

  • Answer:

    I think you're a little confused. The JIT compiler doesn't convert Java code to bytecode. That's what the Java compiler (javac) does. The JIT compiler compiles Java bytecode into machine code native to the platform on which the JVM is running. C and Assembly are not involved in any way.

cesar M at Yahoo! Answers Visit the source

Was this solution helpful to you?

Related Q & A:

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.