Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

how java is os independent language ?

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


Please Help Members By Posting Answers For Below Questions

Do we need to override service() method

1721


Write a singleton program?

1033


Explain the difference between object state and behavior?

1042


What is the diffrence between a local-tx-datasource and a xa-datasource? Can you use transactions in both?

1023


What is permgen or permanent generation?

1020


What class is the top of the awt event hierarchy?

1108


What is re-entrant. Is session beans reentrant. Is entity beans reentrant?

1056


What is the form of storage space in java?

2240


Difference between DurableSubscription and non- DurableSubscription?

2186


Name the class that is used to bind the server object with RMI Registry?

2155


What are externizable interface?

1053


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?

1167


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?

2138


Brief description about local interfaces?

1257


What restrictions are placed on the values of each case of a switch statement?

1007