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
Why there is no call by reference in java?
What is a ?
What is general methodology?
What does snprintf return?
How will you initialize an Applet?
What is the largest data type in java?
Can a constructor call another constructor?
Can arraylist contain null values?
What is the purpose of lambda expressions?
What is the static variable?
What is meant by design patterns?
What are the advantages of passing this into a method instead of the current class object itself?
What is the functionability stubs and skeletons?
Enlist diffrent types of inheritance supported by java?
What are the approaches that you will follow for making a program very efficient?