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


Please Help Members By Posting Answers For Below Questions

What is files manifesting?

1963


Difference between string, string builder, and string buffer?

747


What initialize variables?

706


What is static and final keyword in java?

776


Why object class is super class for every class in java?

793


What is the difference between the reader/writer class hierarchy and the inputstream/outputstream class hierarchy in java programming?

835


Can a final variable be manipulated in java?

752


What does percent mean in java?

793


Can we override the private methods?

740


What is the generic function?

729


Define an applet in java?

839


What is immutability in java?

819


What is singleton pattern?

781


What are the difference between composition and inheritance in java?

739


What is size_t?

721