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
When throws keyword is used?
How do you input a string in java?
What is the use of parse function in java?
What is the private method modifier?
What is the difference between multiple processes and multiple threads?
What is return null in java?
How many static init can you have?
Why do we need wrapper class?
Explain JMS in detail.
What is the size of arraylist in java?
How to make a read-only class in java?
What is lifetime variable?
how to create multithreaded program? : Java thread
What are pass by reference and pass by value?
Where are register variables stored?