what is bytecode? watz the difference between machine code
and bytecode?

Answer Posted / lucky

Byte code:
----------
Byte code in java is .class file. when the java program is compiled we will get this .class file.This is machine dependent code.
Machine code:
-------------
Java interpreter converts the byte code into machine code which is understandable by the operating system's cpu.Machine code will be in the form of 0's and 1's.

Is This Answer Correct ?    1 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the primitive type byte?

764


Is there any difference between nested classes and inner classes?

808


If we don’t want some of the fields not to serialize how to do that?

784


What are the super most classes for all the streams?

1784


Difference between Preemptive scheduling vs. Time slicing?

788


What is prefix of a string?

790


What is the purpose of extern variable?

752


What does || || mean in math?

701


What is difference between char array and string?

780


Write a program to search a number in the given list of numbers.

827


Difference between operator overloading and function overloading

822


How do listeners work?

740


Is array serializable java?

718


Why is stringbuffer thread safe?

798


What is a lightweight component?

791