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
Can constructor be static or final?
What is the difference between class & object?
If system.exit (0); is written at the end of the try block, will the finally block still execute?
Define Multiprogramming and Multiprocessing in java.
Does java linked list allow duplicates?
Is java a prime method?
What is difference between array and vector?
What is port number in java?
Can sleep() method causes another thread to sleep?
why using interface interface ?
What is fundamental datatype?
What is difference between word and integer?
What does system.gc() and runtime.gc() methods do?
What is difference between static class and singleton pattern?
What is the java reflection api? Why it’s so important to have?