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 the difference between JVM and JRE?

837


What is the multi-catch block in java?

798


What are aggregate functions explain with examples?

808


When do we use hashset over treeset?

783


What is the significance of continue jump statement? Explain with an example.

1052


What is the size of boolean variable?

840


How do you control extraneous variables?

694


How do you create immutable object in java?

804


What is codebase?

775


What do you understand by the bean persistent property?

785


How do you access command-line arguments within the code?

815


What is use of functional interface in java 8? Explain

787


What is double parsedouble in java?

771


Is it possible to instantiate the abstract class?

754


What is the implementation of destroy method in java. Is it native or java code?

742