what is bytecode? watz the difference between machine code
and bytecode?
Answer Posted / ajith
any compailer can convert the byte(user understandable form)
to machine understandable code
| Is This Answer Correct ? | 4 Yes | 13 No |
Post New Answer View All Answers
What happens if constructor is private?
What is package private scope in java?
Is binary a low level language?
Can we modify the throws clause of the superclass method while overriding it in the subclass?
What is blank final variable?
What is array in java?
Define array. Tell me about 2-D array.
When we should use serialization?
What is the difference between inner class and nested class?
How do you download stubs from Remote place?
Difference between notify() method and notifyall() method in java?
What is the difference between notify and notifyall method?
What is an example of a conditional statement?
What is Major and importance difference between for and foreach loop ?
How to pass arraylist to stored procedure in java?