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
What is the difference between compare and compareto in java?
Java Compiler is stored in JDK, JRE or JVM?
What are the advantages of java?
What is the difference between pass by reference and pass by pointer?
What are the main differences between the java platform and other platforms?
what is meant by Garbage collection?
Why Set interface contains unique elements, what internally implemented for this so that it contains unique elements?
What is argument in java?
How big is a 32 bit integer?
When do we use synchronized blocks and advantages of using synchronized blocks?
What is java abstraction with example?
What is collection api?
What will be the output of round(3.7) and ceil(3.7)?
write a program that list all permutations of ABCDEF in which A appears before B?
Is java written in c?