what is bytecode ?explain in detail and watz the difference
between bytecode and machine code?
Answer Posted / swati pundeer
bytecode is a intermediate code,which is platform
independent.thats why it run on different type
machines.this code does not depend on the hardware
architecture.
the difference between bytecode & machine code is that
bytecode formed by special characters,which is not
understandable by users.machine code is formed by binary
digits(1 or 0)form.which is hardware compatible.
Is This Answer Correct ? | 14 Yes | 5 No |
Post New Answer View All Answers
What is rule of accessibility in java?
Explain when we should make an instance variable private.
Can we declare an interface as final?
What about member inner classes?
What is api data?
What is function and method in java?
Can java program run without jre?
Give few difference between constructor and method?
How do you use spaces in java?
Name few java.lang classes introduced with java 8 ?
How do you remove an element from an arraylist in java?
What is a dynamic array java?
How many decimal places is a double?
What is the use of object and class classes?
java Technical questions asked by JPMC