aspose file tools
The moose likes Beginning Java and the fly likes Bytecode Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Beginning Java
Reply locked New topic
Author

Bytecode

Sathya Shanmugam
Ranch Hand

Joined: Mar 02, 2007
Posts: 45
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
    
    6

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
great,thanks
Rodrigo Tomita
Ranch Hand

Joined: Apr 28, 2008
Posts: 70
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
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
    
    4
Please don't resurrect these old posts.

I am closing this thread.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Bytecode
 
Similar Threads
What happens to the bytecode
Name of an Object
can i mix classes compiled with diff versions of compiler ?
java.lang.VerifyError / uninitialized register
Final submission requirement