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 are invisible components?.
Explain JMS in detail.
What is synchronization and why is it important in java programming?
Can private method static?
describe method overloading
How to remove the trailing spaces from a string?
Is final static java?
Which object oriented concept is achieved by using overloading and overriding?
What is nan in java?
What is the difference between super class & sub class?
Can we sort list in java?
Is there a jre for java 11?
What is a nullable field?
What is a modifier?
What restrictions are placed on method overloading in java programming?