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 is sorting in java?
How many threads does a core java have?
Write a program to reverse a number in java?
What is anti pattern in java?
Is null a value?
What is api in java?
What differences exist between iterator and listiterator?
Is empty in java?
What is the difference between the paint() and repaint() methods?
Can we use a default constructor of a class even if an explicit constructor is defined?
Discuss about garbage collector in Java.
What are daemon Threads in java?
Explain how hashmap works?
Can we overload destructor in java?
What do you mean by light weight and heavy weight components?