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
Can a constructor have different name than a class name in java?
What is static method with example?
Is oracle charging for java?
What is the difference between Java Program Constructor and Java Program Method, What is the purpose of Java Program constructor Please Explain it Breafily?
What is thread pool? How can we create thread pool in java?
Why main() method is public, static and void in java ?
What is the default value of local and global variables?
Can a string be null?
What is the difference between access specifiers and access modifiers in java?
What is a function in java?
What is double word?
Why bytecode is called bytecode?
What is linkedlist in java?
How do you find the independent variable?
What package is math in java?