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 are the differences between string, stringbuffer and stringbuilder?
What is the difference between break and continue statements?
Name few java.lang classes introduced with java 8 ?
difference between byte stream class and character stream class?
Can we sort hashset in java?
Can a source file contain more than one class declaration?
What is the difference between JDBC 1.0 and JDBC 2.0?
What is internal iteration in java se 8?
What is tcp ip in java?
how would you implement a thread pool? : Java thread
What is the difference between Array and Hash Table?
How would you format a date in java? I.e. In the ddmmyyy format?
What Is Composition?
How is a variable stored in memory?
What is * argv?