Hey guys, you'd better point out some disadvantages of bytecode once you speak about its advantages!!
This article is, umm, rather incomprehensible to someone who doesn't already know everything about this topic. k.lee
Bytecode may be used as an intermediate code of a compiler, or may be the saved 'tokenized' form used by an interpreter
How can this sentence be related to virtual machine? -- HJH
Bytecode may be used as an intermediate code of a compiler, or may be the saved 'tokenized' form used by an interpreter or a virtual machine
Shouldn't the ByteCode Engineering Library link point to http://jakarta.apache.org/bcel/ as that page doesn't exist? - Jeremy Harmon