what is bytecode? watz the difference between machine code
and bytecode?
Answer Posted / srinivasa
Byte code is executed by JVM means converts the code into
machine understandable language.Machine code is the code
used by the operating system in the form of 0 and 1
| Is This Answer Correct ? | 19 Yes | 2 No |
Post New Answer View All Answers
Can we increase array size dynamically in java?
What are format specifiers in java?
Difference between static and dynamic class loading.
State the significance of public, private, protected class?
What is string intern in java?
Can we have multiple classes in a single file?
What is the difference between java applets and applications?
Explain the difference between jvm and jre?
What are the procedures?
What is the use of beaninfo?
What is static variable with example?
Difference between this() and super() ?
Why wait(),notify(),notifyAll() methods defined in Object class althought we are using in only threads.
What modifiers may be used with a top-level class?
What is the formula to calculate percentage?