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 do you meant by Platform-Independent?

Answers were Sorted based on User's Feedback



what do you meant by Platform-Independent?..

Answer / ranganathkini

Platform Independance means, generating executable code
independant of the underlying software/hardware platform on
which the code is required to run.

Java uses the concept of a Virtual Machine to abstract the
underlying hardware/software and providing a standard
execution environment for all Java bytecode based programs.

Is This Answer Correct ?    12 Yes 2 No

what do you meant by Platform-Independent?..

Answer / rohit jadhav

Platform-independent means a code which's execution does
not depend on platform.
A code which can be executed on any platform is called a
platform-independent code.
When a java program is compiled the JVM creates a . class
file which contains a byte-code in it and this byte-code
can be executed on any platform.

Is This Answer Correct ?    13 Yes 3 No

what do you meant by Platform-Independent?..

Answer / gaurang damley

It means compile once and execute anywhere

Is This Answer Correct ?    6 Yes 0 No

what do you meant by Platform-Independent?..

Answer / ravikiran

Platform-Independent means the code should be capable to
run on any platform

Is This Answer Correct ?    6 Yes 1 No

what do you meant by Platform-Independent?..

Answer / vasanthakumari.s

Platform Independance means, generating executable code
independant of the underlying software/hardware platform on
which the code is required to run.

Java uses the concept of a Virtual Machine to abstract the
underlying hardware/software and providing a standard
execution environment for all Java bytecode based programs.

Is This Answer Correct ?    5 Yes 0 No

what do you meant by Platform-Independent?..

Answer / priyanka adam

because after compilation of java program it generates byte
code which can run on any platform that's why it is platform
independent.. while JVM is platform specific.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Core Java Interview Questions

What type of value does sizeof return?

0 Answers  


When does a class need a virtual destructor?

0 Answers   Flextronics,


How do generics work in java?

0 Answers  


Explain the difference between abstract class and interface in java?

0 Answers  


Why do we need hashset in java?

0 Answers  


What are heap memory and stack memory and what are memory tables.

0 Answers   Aspiring Minds,


Is null a value?

0 Answers  


Explain about narrowing conversion in java?

0 Answers  


how would you implement a thread pool? : Java thread

0 Answers  


What is the entry point in Java, and how is it written?

2 Answers  


design an lru cache in java?

0 Answers  


why java does compile time polymorphism at run time ?

6 Answers   CTS, TCS,


Categories