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 Presistent Object?
difference between byte stream class and character stream class?
Is it correct to say that due to garbage collection feature in java, a java program never goes out of memory?
What is an eror in java?
How many days will it take to learn java?
what is object slice?
What is difference between java and java ee?
What is the scope or life time of instance variables?
Difference between object instantiation and construction ?
What are the different types of garbage collectors in java?
What is main in java?
What happens if constructor is private?
What is preflight request?
why using interface interface ?
What are the main uses of java?