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 / sandeep chauhan

the program is written in any language is called the source
program.and after compilation source code we get the object
code.so in java the source program is in ".java" file.when
this is compiled the object code will be in the ".class"
file.and this object code is bytecode.and this is is not
executable directly by any machine or o.s. so there will be
java virtual machine(jvm) which is an interpreter and
interpret the compiled object code into machine
understandable language.and which is executable for
machine.but every machine have its own jvm.and so this
bytecode can be executed in any machine according to there
jvm.so java is plateform independent language.

Is This Answer Correct ?    4 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the synonym of framework?

949


I don’t want my class to be inherited by any other class. What should I do?

972


How many bits is a char?

933


What is meant by call by reference?

957


How do you ensure that n threads can access n resources without deadlock?

1263


Can we use a default constructor of a class even if an explicit constructor is defined?

1056


What are format specifiers in java?

1003


Can we override constructor?

974


What are the types of arrays in java?

1031


Why do we need hashset in java?

998


I want to store more than 10 objects in a remote server? Which methodology will follow?

3137


How do I print a “?

953


Can we overload the methods by making them static?

950


Explain about instanceof operator in java?

1001


What do you understand by the term string pool?

968