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
Explain about doubly linked list
What is the difference between an argument and a parameter?
Can we define package statement after import statement in java?
What is string :: npos?
What are examples of modifiers?
Explain different forms of polymorphism?
What are the default and parameterized constructors?
What if the main() method is declared as private? What happens when the static modifier is removed from the signature of the main() method?
How do you check if a number is a perfect square?
Can we initialize the final blank variable?
Can a class have multiple subclasses?
how many types of Inheritance?
Is array passed by reference in java?
What is a 16 bit word?
Can a constructor be protected?