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
Which is better singleton or static class?
what is enumset?
Explain the difference between jdk, jre, and jvm?
Does java allow overriding static methods ?
What is a double vs float?
What is adapter in java?
How can we create objects if we make the constructor private ?
What are different data types?
How do you know if a value is nan?
What does replaceall do in java?
Why is the type for real numbers called double?
Does list maintain insertion order java?
How is garbage collection controlled?
How to compare two strings in java program?
Explain the difference between hashmap and hashtable in java?