| Author |
byte code
|
Krishna Chaitanya Reddy Kuninti
Greenhorn
Joined: May 29, 2007
Posts: 13
|
|
Hi all, is .class file of a compiled java program called as a byte code?
|
 |
Terry McKee
Ranch Hand
Joined: Sep 29, 2000
Posts: 173
|
|
Yes. A .class file is bytecode. Bytecode is interpreted by the Java Runtime Environment so that it can be executed by the hardware on your machine. Here is more information about bytecode: http://en.wikipedia.org/wiki/Bytecode
|
 |
 |
|
|
subject: byte code
|
|
|