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
Can a top level class be private or protected?
What are the advantages of inner classes?
What are methods of a class?
How do constructors use this() and super()?
What is an argument in java?
Why do we need data serialization?
What is java basic concept?
Explain where variables are created in memory?
Are the imports checked for validity at compile time? Will the code containing an import such as java.lang.abcd compile?
How much ram can a 64 bit processor theoretically?
What are parsers? Dom vs sax parser.
What is high level language in computer?
What is the platform?
What is compareto () in java?
'A class is a template for an object' explain this statement.