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?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Where are the local variables stored?

1070


Give reasons supporting that string is immutable.

940


What's the difference between an abstract class and interface in java?

1028


Suppose if we have variable ' I ' in run method, if I can create one or more thread each thread will occupy a separate copy or same variable will be shared?

1051


What does nullpointerexception mean?

1078


What do you mean by chromounits in java8?

947


What are the steps involved to write rmi based programs?

1013


What is casting in java programming?

1030


How we can skip finally block of exception even if some exception occurs in the exception block in java?

943


How are java objects passed to a method and what are native methods?

1073


Define how does a try statement determine which catch clause should be used to handle an exception?

1152


In how many ways we can do synchronization in java?

961


What is hash in java?

960


What is the purpose of using bufferedinputstream and bufferedoutputstream classes?

1063


How to stop a thread in java? Explain about sleep () method in a thread?

1012