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 |
What is RMI and what are the services in RMI?
Hi I have joined java course. I also want additional help from any tutorials website. Please suggest me tutorials which provides easy to understand online applet tutorials?
Why are some of the class and element names counter-intuitive?
What class is used to create Server side object ?
What are the advanatages of RMI ?
iam writing the contents to a excel through I/O i am putting first statement as WRITE and then READ(from excel) immediately..later user complains that he is not getting the date by using READ ..wat could be the situation
What is the difference between the session.get() method and the session.load() method?
Why doesn’t the focus feature on the tag work in every circumstance?
How to determine SGA site?
What happens when a thread cannot acquire a lock on an object?
What is a layout manager?
how to use debug in my elipse to solve problems that exist in my project