adspace
what is bytecode? watz the difference between machine code
and bytecode?
Answer Posted / raman
byte code is machine indepent code that is executable at any
machine
machine code is macine dependent code that is understandable
by computer
| Is This Answer Correct ? | 8 Yes | 4 No |
Post New Answer View All Answers
Explain public static void main(string args[]) in java.
What is the difference between equals() and == in java?
Realized?
What is a constructor overloading in java?
What do you mean by an interface in java?
What is an object in java and how is it created?
What is a classloader in java?
Is minecraft 1.15 out?
Write a program to print count of empty strings in java 8?
explain different ways of using thread? : Java thread
What is parsing in java?
Differentiate between static and non-static methods in java.
What is java string pool?
Write a program to find the whether a number is an Armstrong number or not?
What is the difference between break and continue statements?