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
what is static import in java? Explain
String and stringbuffer both represent string objects. Can we compare string and stringbuffer in java?
Who found java?
What is the difference between compare and compareto in java?
What are the access modifiers available in java?
What does sizeof return?
What are the differences between processes and threads?
When can we say that threads are not lightweight process in java?
Is java still necessary?
What is the exception hierarchy in java?
Does apple use java?
Can we execute a program without main?
What is array and arraylist in java?
Give differences between Quicksort &Mergesort. When should these sorts be used andwhat is their running time in java?
What is a java list?