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
Have you used threads in Servelet?
Which component handles cluster communication in jboss?
What are the benefits of detached objects?
To what value is a variable of the string type automatically initialized?
Name three component subclasses that support painting?
How messaging services are done, before release of JMS?
Can I use javascript to submit a form?
What is the immediate superclass of the applet class?
Which javutil classes and interfaces support event handling?
Is “abc” a primitive value?
what is Activation Instantinator?
What is aop(assepct oriented programing)?
How to deploy Jar, War files in J2EE?
whats is mean by tiles in struts
Write a singleton program?