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
What is the difference between JVM and JRE?
What is the multi-catch block in java?
What are aggregate functions explain with examples?
When do we use hashset over treeset?
What is the significance of continue jump statement? Explain with an example.
What is the size of boolean variable?
How do you control extraneous variables?
How do you create immutable object in java?
What is codebase?
What do you understand by the bean persistent property?
How do you access command-line arguments within the code?
What is use of functional interface in java 8? Explain
What is double parsedouble in java?
Is it possible to instantiate the abstract class?
What is the implementation of destroy method in java. Is it native or java code?