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 bean? Where can it be used?
Can I use multiple html form elements with the same name?
What is the relationship between local interfaces and container-managed relationships?
How many times may an objects finalize() method be invoked by the garbage collector?
Do you think that java should have had pointers?
Which component handles cluster communication in jboss?
What do you need to set-up a cluster with jboss?
What are the sequence of steps to write pub or sub model kind of application?
Define the remote object implementation?
Can we sent objects using Sockets?
What is ripple effect?
Where can I ask questions and make suggestions about seam?
difference between ejb,struts,hibernate,spring and jsp
What is the difference between static and non-static with examples?
What are the diff types of exception?