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 jboss?
Brief description about local interfaces?
Why is string immutable in java?
What is a sessionfactory? Is it a thread-safe object?
What are the diff types of exception?
Describe, in general, how java's garbage collector works?
What is a clone?
What is metaspace?
What are the steps to write p-to-p model application?
What must a class do to implement an interface?
How primary key is implemented in Oracle?
What is the highest-level event class of the event-delegation model?
Why use a datasource when you can directly specify a connection details? (in a J2EE application)
What is ripple effect?
Can I map more than one table in a cmp?