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 to java plateform independent?

Answers were Sorted based on User's Feedback



how to java plateform independent?..

Answer / chandru

Hi... Java is a platform independent language.After
compiling the ".java" file ,that will be converting into
the ".class" file,which is a byte code having the
capability run on any OS.Basing on the concept byte code
java achieving the platform independent,it leads to "Write
onece run anyware".

Is This Answer Correct ?    28 Yes 0 No

how to java plateform independent?..

Answer / umer gorsi

compile once and run every where that is why its platform independent.

Is This Answer Correct ?    18 Yes 0 No

how to java plateform independent?..

Answer / jeetu choudhary

Java platform independency comes from JVM(Java Vitual Machine).
In java when a source code is executed then it converts into a intermidiate code which is known as bytecode.This intermidiate code can interprete on any system expect that system must contain the JVM.JVM interpret this bytecode and converts it into machine code.
JVM is a Hypothetical Computer Pltform.JVM is also called an extended Machine.JVM execute a java program on any computer that has a JAva ava runtime enviernment without recompiling the programe.

Is This Answer Correct ?    4 Yes 0 No

how to java plateform independent?..

Answer / madhan kumar.s

In our java progarm compile one time but run more then one
time in any other system

Is This Answer Correct ?    1 Yes 0 No

how to java plateform independent?..

Answer / saritha

it means the programme will be executed any platform by the
jvm....

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More Core Java Interview Questions

What is the smallest package in Java API?

5 Answers   iGate,


What problems will occur when you don?t use layout managers?

1 Answers  


If we don’t want some of the fields not to serialize how to do that?

0 Answers  


How to access a variable if it is declared as private?

3 Answers  


How will you initialize an Applet?

0 Answers  


State the difference between creating string as new () and literal.

0 Answers  


What methodology can be employed to locate substrings inside a string?

0 Answers  


What is connection class in java?

0 Answers  


Explain about GridBag Layout?

1 Answers  


What do you mean by stream pipelining in java 8?

0 Answers  


Does java have a compiler?

0 Answers  


Similarity and difference between static block and static method ?

0 Answers  


Categories