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 substitution variable?
Is there any sort function in java?
What are the advantages of compiled language?
Which class represents the socket that both the client and server use to communicate with each other?
What is difference between classpath and path variables in java?
What is methods and methodology?
What is sizeof in java?
Is null a string?
How do you check if two strings are equal in java?
What is the properties class in java programming?
What do you mean by exception handling in Java?
how to create daemon thread in java?
What is the difference between a constructor and a method?
Howto get an object that will perform date & time calculations then format it for output in some different locales with different date style.can ne1 tel me the answer of this question.pls
How do you use substring in java?