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 the common usage of serialization?
Why do we use string?
What is parsing in grammar?
What is meant by main method?
What is a flag and how does it work?
What are different types of references?
Explain the difference between private, public, package and protected in java?
Is null a string or object in java?
Can long be null in java?
Can a variable be local and static at the same time?
When should a function throw an exception?
Tell us something about different types of casting?
What is a nested structure?
What is the difference between iterator and list iterator?
Define how can we find the actual size of an object on the heap?