What is the Java Bytecode?

Status
Not open for further replies.

nyadimo

Junior Member level 2
Joined
Mar 1, 2007
Messages
22
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,427
hi
what is java bytecode
 

Re: java programming

Hi Nyadimo,

What happens if you program Java is this:
You write Java Code (universal code = for any platform)
The Compiler makes from it Java Bytecode (Comparible with assembly with c/c++)
The platform specific layer runs the Java bytecode.

Knowledge of bytecode may be handy for debugging or for making fast programs (know how the underlaying part works best, so your solution easily links to the layer underneath)

JB
 

Re: java programming

JB wrote: The platform specific layer runs the Java bytecode.

--> The platform specific layer is called the java virtual machine.
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…