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

Implement 2 stacks with just 1 array. The stack routines must not indicate overflow unless every slot in array is used.

1317


Why should we use singleton pattern instead of static class?

930


How are multiple inheritances done in Java?

1143


What are wrapped classes in java programming?

1054


Which software is used for java programming?

1021


What is == and === in javascript?

1057


Which package has light weight components?

998


What is a singleton factory?

956


when should you use stringbuilder class in a program?

981


How is string stored in java?

1060


how to convert Java project into Maven ?

1055


Why runnable interface is used in java?

1136


Can interface be private in java?

1024


List some features of the abstract class.

1067


Can we create more than one object singleton class?

1038