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


Why is Java a platform independent language?



Why is Java a platform independent language?..

Answer / nashiinformaticssolutions

One of the most well-known and widely used programming languages is Java. It is a programming language that is independent of platforms. Java doesn't demand that the complete programme be rewritten for every possible platform. The Java Virtual Machine and Java Bytecode are used to support platform independence. Any JVM operating system can run this platform-neutral byte code. The application is run after JVM translates the byte code into machine code. Because Java programmes can operate on numerous systems without having to be individually rewritten for each platform, the language is referred to as "Write Once, Run Anywhere" (WORA).

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

Which is easier .net or java?

0 Answers  


Why put method is idempotent?

0 Answers  


Is multiple inheritance allowed in Java? Why ?

7 Answers  


please write java program of instanceOf keyword implementation

2 Answers   TCS,


public class Test { public static void main(String ar[]) { Integer a = 10; Integer b =10; Integer c = 145; Integer d = 145; System.out.println(a==b); System.out.println(c==d); } }

7 Answers   iGate,


What is method reference?

0 Answers  


How will you call an Applet using Java Script Function?

0 Answers  


What is abstract class constructor called?

0 Answers  


What is the purpose of declaring a variable as final?

0 Answers  


what is meant by Byte code concept in Java?

0 Answers   Aspire,


What is meant by polymorphism?

0 Answers  


Explain creating threads by extending thread class ?

0 Answers  


Categories