how java is os independent language ?
Answers were Sorted based on User's Feedback
Answer / 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 |
Is there a guarantee of uniqueness for entity beans?
What is jboss?
What is resource bundle?
How u validate date in DD/MM/YY format. and how u validate money in ur jsp
3 Answers Ashok Leyland, Satyam, Tech Mahindra, Tomax,
What’s jboss cache in short?
Why does the option tag render selected=selected instead of just selected?
What is Lock Based Protocol and what is its use?
what is meant by JRMP?
whats is mean by tiles in struts
diff vector arraylist
Why is actionform a base class rather than an interface?
Define the remote object implementation?