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
Why is the main method static?
how does the run() method in runnable work? : Java thread
What is unicode used for?
Is null false in java?
What is the benefit of lambda expressions?
Can we declare the static variables and methods in an abstract class?
What is the tradeoff between using an unordered array versus an ordered array?
What are anonymous inner classes?
What is bitwise complement?
How to restrict a member of a class from inheriting by its sub classes?
What is unicode datatype?
List two java ide’s?
What is double parsedouble in java?
How can you write a loop indefinitely in java programming?
Is empty in java?