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 platform independent?

Answer Posted / shobhit sachdeva

A language is platform independant if it satisfies the
following 3 conditions :

1. It is compiled in a platform neutral manner i.e. object
code obtained after compilation doesn't contain any
Operating System specific information and doesn't follow
O.S. specification formats.

2. Language provides its own runtime environment for
execution of its applications.

3. Language provides comprehensive library to act as an
interface for O.S. services i.e. applications developed in
the language doesn't directly reference any O.S. specific
functionality.

Java follows all these conditions.

Is This Answer Correct ?    24 Yes 22 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can a class be private?

1010


Where is const variable stored?

986


what is session in java?

1313


Explain the difference between association, aggregation and inheritance relationships.

1148


What is the use of java?

1006


What is lossy conversion in java?

1274


Explain about static imports in java?

1046


What is difference between core java and java ee?

944


What happens if main method is not static?

1048


Write a java program for binary search?

1115


Explain about main() method in java ?

1109


What is this keyword used for?

1178


Is int a class in java?

1026


What is thread start?

1014


How can an object be unreferenced?

1069