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
Is null a string?
Java.util.regex consists of which classes?
Why hashset is used in java?
What is Garbage Collection in Java
What is a boolean expression in java?
Why super is first line in java?
What an i/o filter in java programming?
What is string data?
How to reverse a string in java?
What are the topics in advance java?
Is vector ordered in java?
What is the difference between JDK and JVM?
What carriage return means?
What are packages in java?
What is toarray method in java?