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
Related Q & A:
- What Happens In Vegas?Best solution by Yahoo! Answers
- What Happens If An Unmanaged Ethernet Switch Is Looped?Best solution by Super User
- what happens internally in a router when lan is configured?Best solution by Server Fault
- What are the yahoo points for? And what happens when I run out of them?Best solution by Yahoo! Answers
- What happens if u put the wrong zip code?Best solution by Yahoo! Answers
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
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.