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...


what is platform independence in java?

Answers were Sorted based on User's Feedback



what is platform independence in java?..

Answer / vishwnath patil

this means byte code of java class that run on any
destributed environment.

Is This Answer Correct ?    9 Yes 0 No

what is platform independence in java?..

Answer / suresh

Once the java code is compiled, it can be run on any
hardware platform that has java interpreter ported on it.It
means, the compiled code can be run on any platform.

Is This Answer Correct ?    9 Yes 0 No

what is platform independence in java?..

Answer / rajesh

compiled code of a program should be executed in any
operating system irrespective of the operating system in
which that code had been generated .This concept is called
platform in dependency

Is This Answer Correct ?    4 Yes 0 No

what is platform independence in java?..

Answer / pramod pawar

Compile once , but run anywhere in short...
is the meaning of platform independence in java...
once we have compiled the program(java.c) its object file
(bytecode) can be created..and that byte-code we can run on
any machine independent of O.S.therefore it is platform
independence.....

Is This Answer Correct ?    2 Yes 0 No

what is platform independence in java?..

Answer / b.subba rayal

Once the java code is compiled, it can be run on any
hardware platform that has java interpreter ported on it.It
means, the compiled code can be run on any platform.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

What is the default value of the local variables?

0 Answers  


Can a final method be overloaded?

0 Answers  


can we create a instance for intwerface?

3 Answers  


What does localhost mean?

0 Answers  


What exactly is a .class file?

0 Answers  


What is Collection interface?

1 Answers   Zensar,


Can a class be defined inside an interface?

0 Answers  


What does %4d mean in java?

0 Answers  


Can a constructor have different name than a class name in java?

0 Answers  


What are java methods?

0 Answers  


What is the difference between procedural and object-oriented programs?

0 Answers  


The following program is Overloading or Overriding? public class PolymorphismEx { public int sampleMethod(int a) { return a; } public String sampleMethod(int a) { return "Is it Overloading or Overriding???"; } }

4 Answers   Ness Technologies, TCS,


Categories