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 do you mean by Function Overloading in java?
Do we have pointers in java?
Can a constructor be private and how are this() and super() method used with constructor?
Java.util.regex consists of which classes?
What are the steps that are followed when two computers connect through tcp?
How to perform linear search in java?
What does += mean in java?
What is the core java?
Explain the advantages of packages in java?
Is char * a string?
What are the restrictions imposed by a Security Manager on Applets?.
How can we access some class in another class in java?
What is difference between local variable and global variable?
what is bmg file and how to create that files?what will it contailn?
Can we have any code between try and finally blocks?