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 / chandra sekhar dash

Java compiler compiles the source code into bytecodes. These
bytecodes are platform independant i.e. in other words
specific to the Java Virtual Machine specification. This
enables platform independant compilation.

When the bytecode compiled programs are executed through the
Java interpeter, it converts those bytecodes into native
machine code and executes them through the JVM which is
specific to host environment it is running on. This enables
platform specific execution.

Is This Answer Correct ?    4 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Difference between class#getinstance() and new operator ?

1156


Which class is the superclass for all the classes?

987


Can we have try block without catch block?

990


when you will synchronize a piece of your code? : Java thread

969


How many characters is 2 bytes?

943


How objects are stored in java?

991


Can I import same package/class twice?

896


What is incompatible types in java?

991


Can we overload the main() method?

991


What is nested top-level class?

992


What is the use of keywords in java?

942


Can a top level class be private or protected?

1010


What is main string [] args?

953


What is the purpose of the wait(), notify(), and notifyall() methods in java programming?

1013


what is interface in java? Explain

919