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
Explain the difference between comparator and comparable in java?
What is the difference between hashmap and hashtable in java?
Can we use switch statement with strings?
How many characters is 2 bytes?
What is the java reflection api? Why it’s so important to have?
How are the elements of a gridbaglayout organized in java programming?
What is ternary operator? Give an example.
Can a static class have a constructor?
When wait(), notify(), notifyall() methods are called does it releases the lock or holds the acquired lock?
Why java is secure? Explain.
What is palindrome in java?
Can we initialize the final blank variable?
Why java is not 100% object-oriented?
Compare overloading and overriding?
Is it safe to install java on my computer?