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
How many bits is a boolean?
What package is math in java?
What is a generic type?
Is an empty arraylist null?
What is sortedmap interface?
Is arraylist ordered?
What are local variables?
What are the important methods of java exception class?
How to optimize the javac output?
Java.util.regex consists of which classes?
What is a parameter in simple terms?
Difference between Preemptive scheduling vs. Time slicing?
How many types of parsers are there?
List some oops concepts in java?
What is an interface in java? Explain