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
Do we need to override service() method
Write a singleton program?
Explain the difference between object state and behavior?
What is the diffrence between a local-tx-datasource and a xa-datasource? Can you use transactions in both?
What is permgen or permanent generation?
What class is the top of the awt event hierarchy?
What is re-entrant. Is session beans reentrant. Is entity beans reentrant?
What is the form of storage space in java?
Difference between DurableSubscription and non- DurableSubscription?
Name the class that is used to bind the server object with RMI Registry?
What are externizable interface?
In our urls and in the text of the buttons we have comma. Its causing an error. Is there a way to change the delimiting character for the menu arguments?
AS a developer will u create a data source in connection pool? If so how will u do that, how to access the object from connection pool using IRAD tool?
Brief description about local interfaces?
What restrictions are placed on the values of each case of a switch statement?