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
What is the primitive type byte?
Is there any difference between nested classes and inner classes?
If we don’t want some of the fields not to serialize how to do that?
What are the super most classes for all the streams?
Difference between Preemptive scheduling vs. Time slicing?
What is prefix of a string?
What is the purpose of extern variable?
What does || || mean in math?
What is difference between char array and string?
Write a program to search a number in the given list of numbers.
Difference between operator overloading and function overloading
How do listeners work?
Is array serializable java?
Why is stringbuffer thread safe?
What is a lightweight component?