Author
Bytecode
Sathya Shanmugam
Ranch Hand
Joined: Mar 02, 2007
Posts: 45
posted May 14, 2008 10:57:00
0
hi all, I am totally new to Java I don't understand bytecode,native code , intrepretor and JIT compiler Could someone explain to me in detail, Thanks in advance
fred rosenberger
lowercase baba
Bartender
Joined: Oct 02, 2003
Posts: 9950
posted May 14, 2008 11:14:00
0
i'm not an expert, but i'll give it a shot... java is a language YOU can read and understand. bytecode is a language the Java Virtual Machine (jvm) can understand. native code is a language that your MACHINE can understand.
Never ascribe to malice that which can be adequately explained by stupidity.
Sathya Shanmugam
Ranch Hand
Joined: Mar 02, 2007
Posts: 45
posted May 14, 2008 12:10:00
0
great,thanks
Rodrigo Tomita
Ranch Hand
Joined: Apr 28, 2008
Posts: 70
posted May 14, 2008 12:59:00
0
Sathya, I think there's another post from today about the subject with links that might interest you: What happens after code is compiled ? http://www.coderanch.com/t/410426/java/java/happens-after-code-compiled Hope it helps. Rodrigo
Mandar Khire
Ranch Hand
Joined: Sep 11, 2007
Posts: 482
posted Jul 19, 2008 06:55:00
0
Try these links --------------------------------------------------------- Bytecode --------------------------------------------------------- Java Bytecode
Millions saw the apple fall, but Newton asked why.
If you understand, say "understand". If you don't understand, say "don't understand". But if you understand and say "don't understand". How do I understand that you understand? Understand!
Campbell Ritchie
Sheriff
Joined: Oct 13, 2005
Posts: 32689
posted Jul 19, 2008 16:02:00
0
Please don't resurrect these old posts. I am closing this thread.
subject: Bytecode