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
How many bytes is a string in java?
What is update method called?
What is the difference between variable declaration and variable initialization?
Why chararray() is preferred over string to store the password?
What is the simpletimezone class in java programming?
What is the purpose of the return statement?
Which class should you use to obtain design information about an object in java programming?
What is quick sort in java?
What is the purpose of interface?
What is protected in java?
Explain the difference between collection api and stream api in java8?
Can an object subclass another object?
Is static a keyword in java?
how is final different from finally and finalize in java?
How many decimal places is a double?