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
How many bits is a boolean?
What are the two basic ways in which classes that can be run as threads may be defined?
Explain the importance of import keyword in java?
What is a numeric digit?
What is private static in java?
Is java pass by value or pass by reference?
What is the difference between replace and replace all?
Is there is any difference between a scrollbar and a scrollpane?
What is the function of character?
Discuss different types of errors that generally occur while programming.
What is difference between final and finally in java?
What is externalizable?
What are the data types supported by java? What is autoboxing and unboxing?
What is difference between == and === in js?
What is map java?