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 regex java?
How to calculate the length of a singly linked list in java?
What is string literal in java?
What is return data type?
What is the difference between serializable and externalizable interface?
Why is a constant variable important?
What are the four versions of java?
Can you explain the private protected field modifier?
What occurs when an object is constructed?
What are the drawbacks for singleton class?
Why is string class considered immutable?
How does compareto work in java?
What is reflexive association?
Why do we need hashset in java?
What is the difference between pass by reference and pass by pointer?