what is bytecode? watz the difference between machine code
and bytecode?
Answer Posted / narender_niit
bytecode is the code which is stored in a .class files
which is understandable by jvm ie java virtual
machine ..let me expalin more wen we write a code in
notepad it is converted into byte code which is stored
in .class files taht is executable by jvm to generate the
output..
machine code:machine code is a high level language this is
the code which is understandable by us.that is the output
of the code which is understadable by us..
| Is This Answer Correct ? | 16 Yes | 38 No |
Post New Answer View All Answers
What is a wrapper method?
What is the difference between preparedstatement and statement in java?
What is bubble sorting in java?
What is update method called?
What is difference between static variable and global variable?
What is int argc char * argv?
Can we override compareto method?
What is difference between word and integer?
Define an abstract class with reference to java.
What is the class in java?
What is the function of character?
Explain java coding standards for constants?
What is the use of keywords in java?
What is a arraylist in java?
What is super?