What is the difference between Object Code and ByteCode?
Why do people keep saying that bytecode is like the
intermediate of source and object code?
Also, which is better/commonly used and why?
Please keep in mind that I am a beginner, please keep all
terminology fairly simple. Thanks!
Answer / harika.thota001@gmail.com
If it is a object Code, it can be interpreted only by the OS(Operating System) by which the object code is compiled.
If it is a Byte Code, it can be interpreted by any OS. For Example, even though the Byte Code is interpreted by Windows OS we can run the code in any other OS
C emerges Object Code. Java is a Byte Code
People keep saying that bytecode is like the intermediate of source and object code because...bytecode runs on JVM which is like an intermediate to make it compatible to any OS which inturn made JAVA a platform independent.
bytecode is more commonly used.
| Is This Answer Correct ? | 4 Yes | 2 No |
What is jpa entitymanager?
Which is the Best institute to do academic Project in Java? Need information about institutes at Ameerpet, Hyderabad.
What is optional in java 8? What is the use of optional?advantages of java 8 optional?
Does jvm maintain a cache by itself? Does the jvm allocate objects in heap? Is this the os heap or the heap maintained by the jvm? Why
What is gui in java with examples?
In java thread programming, which method is a must implementation for all threads?
Explain working of java virtual machine (jvm)?
What is the meaning of the words public, static and void?
What is a java singleton?
What is entitymanager in jpa?
What is a flatmap?
Spring framework ---Can somebody explain me in easily understandable format about AOP, IOC and DI, so that i can explain in interview rather than just telling what is available in net. I am not able to understand that also. I am new to Spring