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
Does A Class Inherit The Constructors Of Its Superclass?
What is difference between path and classpath variables?
Can a method inside a interface be declared as final?
When arithmeticexception is thrown?
How can an exception be thrown manually by a programmer?
Which class contains a method: cloneable or object?
What is contract between hashcode and equal method?
What is method overloading in java ?
what is difference betweem home interface and remote interface?
What are internal and external variables?
What is indexof?
What is integer parseint?
What is an empty list in java?
What are different types of states exist for a thread?
What is a key in java?