what is bytecode ?explain in detail and watz the difference
between bytecode and machine code?
Answer Posted / ashwani
Actually java has the two main component.
1.Compiller.
2.Interpreter.
Thus byte codes are the codes which are generated by the
compiller by using our source code and this compilled code
or say the byte code is converted to the machine code or say
deployed by the interpreter.
| Is This Answer Correct ? | 29 Yes | 2 No |
Post New Answer View All Answers
What is treeset and treemap in java?
What is namespace in java?
How do you make an arraylist empty in java?
Does treeset allow null in java?
how does the run() method in runnable work? : Java thread
What is an association?
What are the four corner stones of oop?
What's the access scope of protected access specifier?
Is main is a keyword?
How is a structure different from array ?
Explain the difference between jvm and jre?
How do you create immutable object in java?
What about interrupt() method of thread class ?
How do you achieve polymorphism in java?
What is quick sort in java?