what is byte code in java
Answers
Answer:
bytecode. Programming code that, once compiled, is run through a virtual machine instead of the computer��s processor. By using this approach, source code can be run on any platform once it has been compiled and run through the virtual machine. Bytecode is the compiled format for Java programs
Explanation:
Java bytecode is the instruction set of the Java virtual machine (JVM).
Relation to Java
A 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 assembly helps the C or C++ programmer."
HOPE U LIKE IT
PLS MARK ME AS BRAINLIST