Content deleted Content added
→The Java bytecodes: adding opcodes |
m Changed "in hand" to "by hand" |
||
Line 3:
A [[Java programming language|Java]] programmer does not need to be aware of or understand Java bytecode at all. However, as suggested in the [[IBM]] developerWorks journal, "Understanding bytecode and what bytecode is likely to be generated by a Java compiler helps the Java programmer in the same way that knowledge of assembler helps the [[C programming language|C]] or [[C++]] programmer."[http://www-128.ibm.com/developerworks/ibm/library/it-haggar_bytecode/]
It is possible to write Java bytecode
* [[Jython]], an interpreter for [[Python programming language|Python]], written in Java
* [[JRuby]], compiles from [[Ruby programming language|Ruby]] to Java bytecode
|