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 does null mean in java?

624


What are the two types of java?

515


What is protected in java?

521


Objects or references which of them gets garbage collected?

530


How do you define a method?

507






What is constructor and virtual function? Can we call a virtual function in a constructor?

674


What is the difference between JDBC 1.0 and JDBC 2.0?

2702


What are use cases?

558


What is the use of callablestatement?

569


Is it possible to specify multiple jndi names when deploying an ejb?

553


What is character in data type?

545


What is the function of compareto in java?

582


What are bind parameters?

544


Is class forname reflection?

514


What comes to mind when someone mentions a shallow copy in java?

649