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 object-oriented programming in java?
What is string data type?
What is overriding in java?
What is java and why do we need it? Explain
How to overcome the exception object reference not set to an instance of object?
How many types of interfaces are there?
What is set and get methods in java?
Can I use % with real numbers?
What does split function do in java?
What is unicode full form?
What is default constructors?
What is better - 'bit-shift a value' or 'multiply by 2'?
Does java list allow null?
What are pass by reference and pass by value?
Explain the hierarchy of java exception classes?