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
Differentiate between overriding and overloading cases?
What will happen if a thrown exception is not handled?
What is vector capacity in java?
What do you understand by final value?
When can we say that threads are not lightweight process in java?
How many types of flags are there?
What is a map? What are the implementations of map?
Explain the available thread states in a high-level?
What is widening and narrowing in java? Discuss with an example.
Is class forname reflection?
What do you understand by classes in java?
What is substring 1 in java?
Which is the best approach for creating thread ?
What is collection api?
When a lot of changes are required in data, which one should be a preference to be used? String or stringbuffer?