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

Explain what is encapsulation?

604


Why is stringbuffer called mutable?

565


Assume a thread has lock on it, calling sleep() method on that thread will release the lock?

625


When can an object reference be cast to an interface reference in java programming?

579


What is constructor in java ?

634






Explain the significance of class loaders in bootstrap?

497


List the interfaces which extends collection interface?

535


What is an object class?

554


What is the use of http-tunneling in rmi?

550


Can we synchronize static methods in java?

600


What are the four corner stones of oop?

543


Is there a sort function in java?

575


What are the changes in java.io in java 8 ?

551


Can a abstract class be declared final?

562


How do you create an array in java?

530