Answer Posted / vivek ghavle
Java solves the problem of platform-independence by using
byte code. The Java compiler does not produce native
executable code for a particular machine like a C compiler
would. Instead it produces a special format called byte
code. Java byte code written in hexadecimal, byte by byte,
looks like this:
CA FE BA BE 00 03 00 2D 00 3E 08 00 3B 08 00 01 08 00 20 08
This looks a lot like machine language, but unlike machine
language Java byte code is exactly the same on every
platform.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is mdb and what is the special feature of that?
When is the best time to validate input?
Describe responsibilities of Activator?
Will the general public have access to the infobus apis?
What are the diff types of exception?
Why is string immutable in java?
How to deploy Jar, War files in J2EE?
How to determine SGA site?
How can I scroll through list of pages like the search results in google?
What is abstract schema?
In our urls and in the text of the buttons we have comma. Its causing an error. Is there a way to change the delimiting character for the menu arguments?
Can I use multiple html form elements with the same name?
Explain the different types of memory used by jvm?
Can I have an action without a form?
how do you Handle Front End Application data against DB with example?