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 about interthread communication and how it takes place in java?
Can I uninstall java?
What is the simpletimezone class in java programming?
Difference between predicate, supplier and consumer ?
What happens if an exception is not handled in a program?
What is the output of the below java program?
What is collection class in java? List down its methods and interfaces.
What is n in java?
What is java and its types?
Can a main method be overloaded?
What is slash r?
What is a condition in java?
How to sort numbers in java without array?
Can we have more than one package statement in the source file?
What function extracts specified characters from a string?