answersLogoWhite

0

Platform independent language means once compiled you can execute the program on any platform (OS). Java is platform independent. Because the Java compiler converts the source code to bytecode, which is Intermidiate Language. Bytecode can be executed on any platform (OS) using JVM( Java Virtual Machine).

User Avatar

NHope

Lvl 4
5y ago

What else can I help you with?

Related Questions

Why java script called as platform independent?

java also called as platform independent.because we will use java application at any operationg system and any hardware. it not contain error. so we called java as platform independent..


What is the task of the main method in java platform?

It is the method that gets called when a Java application is started.


Why java called as platform independent?

Java is called as platform independent because it uses the WORA(Write Once and Run Anywhere) principle. Java programming language is designed to be run under any OS and that is the main advantage of it.


What is the difference between cc plus plus and java?

C is a procedure oriented language ,Where C++ & java are object oriented language.But java is platform independent.So generally C is called POP.C++ is called OOP.But java is OOP , which is platform independent.If java does not support primitive data type then it is called as pure object oriented language.


Is the JRE platform dependent?

True. Java source code is called "platform independent" because it runs on top of the Java Runtime Environment (JRE). In order for this to work, a special JRE must be created for the platform you want to run a Java program on.


What is best platform net or java?

java is the best platform compared to dot net


Who makes java platform independent?

JVM makes Java Platform Independent.. It loads byte code(.class file) and Run it.


What is java card?

Java Card is a Java platform for programming smart cards.


How is java both a programming language and a platform?

By using Navite Interface we write this type of code


Why java is called platform independent not operating system independent?

A "platform" is whatever environment in which Java is running. This includes operating systems. A Java source file on compilation produces an intermediary .class rather than a executable file. This .class file is interpreted by the JVM. Since JVM acts as an intermediary layer.


On what platform Java can work?

Java is a platform independent language. It can be used in all platforms. Ex: windows, unix etc.


How a java function can be called in c sharp?

Check this out http://www.codeproject.com/KB/cross-platform/javacsharp.aspx