what is bytecode ?explain in detail and watz the difference
between bytecode and machine code?
Answer Posted / manoj
byte code ia a intermedaite code.byte code is converted to
machine code by jvm
| Is This Answer Correct ? | 26 Yes | 3 No |
Post New Answer View All Answers
I want to persist data of objects for later use. What’s the best approach to do so?
How do you identify if jvm is 32-bit or 64-bit from java program?
What does string [] args mean?
Is class forname reflection?
What is number data type in java?
What is the advantage of preparedstatement over statement?
Is a string literal?
How to display names of all components in a Container?
How do you achieve polymorphism in java?
What is e in java?
Can you call a method in a method?
Why string is not a wrapper class?
What are the escape sequences in java?
What is the difference between the size and capacity of a vector?
What is hash code collision?