what is bytecode? watz the difference between machine code
and bytecode?
Answer Posted / chitra
JAVAC compiles the java file and converts the program in
bytecode(machine independent). Later JVM refers this and
converts the bytecodes in machine code.
| Is This Answer Correct ? | 43 Yes | 11 No |
Post New Answer View All Answers
Explain when noclassdeffounderror will be raised ?
What is the purpose of sizeof operator?
What do you mean by checked exceptions?
What is methodological theory?
If an object is garbage collected, can it become reachable again?
Can a class extend more than one class?
What is split return?
What is final keyword in java?
Explain Basics of OOP Language in java
Is vector synchronized in java?
What is java reflection api?
What is the purpose of object oriented programming?
What does percent mean in java?
What are the advantages and disadvantages of object cloning?
What are the actions that can occur when a thread enters blocked state?