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


Please Help Members By Posting Answers For Below Questions

What is regex java?

794


How to calculate the length of a singly linked list in java?

770


What is string literal in java?

770


What is return data type?

774


What is the difference between serializable and externalizable interface?

782


Why is a constant variable important?

679


What are the four versions of java?

759


Can you explain the private protected field modifier?

779


What occurs when an object is constructed?

763


What are the drawbacks for singleton class?

746


Why is string class considered immutable?

802


How does compareto work in java?

778


What is reflexive association?

1339


Why do we need hashset in java?

708


What is the difference between pass by reference and pass by pointer?

704