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 files manifesting?
Difference between string, string builder, and string buffer?
What initialize variables?
What is static and final keyword in java?
Why object class is super class for every class in java?
What is the difference between the reader/writer class hierarchy and the inputstream/outputstream class hierarchy in java programming?
Can a final variable be manipulated in java?
What does percent mean in java?
Can we override the private methods?
What is the generic function?
Define an applet in java?
What is immutability in java?
What is singleton pattern?
What are the difference between composition and inheritance in java?
What is size_t?