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 |
Which Taglibraury you used in your project? plz send me ans....which we r using generally
which type of objects reference will be given to client?
how can we load a file of a user in the database table?
What will happens, when a thread cannot acquire a lock on an object?
Wt is the main difference between Java and Java J2EE and Advanced java?
Which containers use a border layout as their default layout?
What is ripple effect?
In a multitiered application which tier is the browser in?
what is heepStored?
What are the states associated in the thread?
What are various types of class loaders used by jvm?
how the mapping can be done from jsp to actionservlet?