what is bytecode? watz the difference between machine code
and bytecode?
Answer Posted / lucky
Byte code:
----------
Byte code in java is .class file. when the java program is compiled we will get this .class file.This is machine dependent code.
Machine code:
-------------
Java interpreter converts the byte code into machine code which is understandable by the operating system's cpu.Machine code will be in the form of 0's and 1's.
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What is boolean in java?
How do you write methodology?
What is lifetime variable?
Can a final variable be manipulated in java?
What is the purpose of garbage collection in java? When is it used?
What are the advantages of assembly language?
How can you generate random numbers in java?
What is methodological theory?
Can a class be declared as static?
What is a stringbuffer?
Write a program to reverse array in place?
What is the difference between state-based unit testing and interaction-based unit testing?
What are static variables and functions?
What is difference between pointer and reference?
How do you use substring in java?