what is bytecode ?explain in detail and watz the difference
between bytecode and machine code?
Answer Posted / suraj kumar
byte code is a intermidediate code.byte code is convertd to
machine code by java.the difference between byte code &
machine code is that byte code formed by special
characters,which is not under stande by usrrs.which is
hardware compatible.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is javac used for?
How many types of memory areas are allocated by jvm?
What is the purpose of static keyword in java?
What is the difference between length and length() method in java?
Can a class be declared as protected?
What is difference between final and immutable?
Explain wrapper classes in java?
What is difference between equals and hashcode method?
What is the difference between preparedstatement and statement in java?
I want to persist data of objects for later use. What’s the best approach to do so?
Is constructor inherited?
Why is boolean important?
What is a final class in java?
How can you make a class serializable in java?
Why does java does not support multiple inheritance? Explain