answersLogoWhite

0

Write once run anywhere: Java is a programming language which has its own virtual machine. When you write a program using the Java language you can use it on any operating system which has Java installed. This is different to previous programs and programming languages as they were written for individual operating systems and needed to be re-written for a different operating system. For example, a while ago on mobiles, all we had was "nokia games" "sony-ericson games" "motorola games" etc.. but now we have "java games" which can run on any mobile as long as the mobile has java installed... It's clever and very handy!

User Avatar

Wiki User

15y ago

What else can I help you with?

Continue Learning about Engineering

What is the software that interprets Java bytecode?

The software that interprets Java bytecode is known as the Java Virtual Machine (JVM). The JVM executes the bytecode generated by the Java compiler, allowing Java applications to run on any platform that has a compatible JVM installed. This platform independence is a key feature of Java, enabling the "write once, run anywhere" capability. Additionally, the JVM also provides features like memory management and garbage collection.


Is java fully platform independent?

Java is a platform independent language.After compiling the ".java" file ,that will be converting into the ".class" file,which is a byte code having the capability run on any OS.Basing on the concept byte code java achieving the platform independent,it leads to "Write once run anywhere".


A significant and powerful aspect of the Java language is?

A significant and powerful aspect of the Java language is its platform independence, achieved through the Java Virtual Machine (JVM). This allows developers to write code once and run it anywhere, making Java highly versatile for cross-platform applications. Additionally, Java's rich standard library and strong community support enhance its capabilities, enabling developers to build robust, scalable applications efficiently. Its object-oriented nature also promotes code reusability and maintainability.


What is wora?

WORA stands for "Write Once, Run Anywhere," a principle associated with programming languages and platforms that allow code to be executed on multiple systems without modification. This concept is particularly prominent in Java, where code compiled into bytecode can run on any device equipped with a Java Virtual Machine (JVM). WORA promotes cross-platform compatibility, reducing the need for developers to write separate code for different operating systems.


What is the primary benefit of byte code?

The whole idea of Java - or one of the ideas, at any rate - is that it can be run anywhere. So, instead of compiling for a specific processor, the Java compiler compiles for a "generic processor", called the Java Virtual Machine. The code thus generated is called "bytecode". It can be interpreted (i.e., run) by a Java Virtual machine, these are available on different platforms.The whole idea of Java - or one of the ideas, at any rate - is that it can be run anywhere. So, instead of compiling for a specific processor, the Java compiler compiles for a "generic processor", called the Java Virtual Machine. The code thus generated is called "bytecode". It can be interpreted (i.e., run) by a Java Virtual machine, these are available on different platforms.The whole idea of Java - or one of the ideas, at any rate - is that it can be run anywhere. So, instead of compiling for a specific processor, the Java compiler compiles for a "generic processor", called the Java Virtual Machine. The code thus generated is called "bytecode". It can be interpreted (i.e., run) by a Java Virtual machine, these are available on different platforms.The whole idea of Java - or one of the ideas, at any rate - is that it can be run anywhere. So, instead of compiling for a specific processor, the Java compiler compiles for a "generic processor", called the Java Virtual Machine. The code thus generated is called "bytecode". It can be interpreted (i.e., run) by a Java Virtual machine, these are available on different platforms.

Related Questions

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 WORE in Java?

Write once, run everywhere


If JVM is available on Windows then can you run a program written in Unix?

Yes. One of the fundamental principles of Java is "write once, run anywhere." This means that Java source code can run on any platform for which a JVM exists, regardless of where the original code was developed.


Why to study java and how java came to know?

There are many reasons of studying java It is most popular programming language and according to me best language I ever used. Java is a general-purpose, concurrent, class-based, object-oriented language that is specifically designed to have as few implementation dependencies as possible. It is intended to let application developers "write once, run anywhere"


What is the software that interprets Java bytecode?

The software that interprets Java bytecode is known as the Java Virtual Machine (JVM). The JVM executes the bytecode generated by the Java compiler, allowing Java applications to run on any platform that has a compatible JVM installed. This platform independence is a key feature of Java, enabling the "write once, run anywhere" capability. Additionally, the JVM also provides features like memory management and garbage collection.


Is java fully platform independent?

Java is a platform independent language.After compiling the ".java" file ,that will be converting into the ".class" file,which is a byte code having the capability run on any OS.Basing on the concept byte code java achieving the platform independent,it leads to "Write once run anywhere".


What is Re usability in java?

Reusability in Java means that once you write some code, you can use it over and over again - if you write it so that it can be reused. For example, if you write a Enumeration-Iterator adapter, or some code that lets you treat an Enumeration - Java legacy code - as an Iterator - shiny NEW Java code - then you can use it not only in your animal simulation program, but also in your Jacuzzi interface program.


A significant and powerful aspect of the Java language is?

A significant and powerful aspect of the Java language is its platform independence, achieved through the Java Virtual Machine (JVM). This allows developers to write code once and run it anywhere, making Java highly versatile for cross-platform applications. Additionally, Java's rich standard library and strong community support enhance its capabilities, enabling developers to build robust, scalable applications efficiently. Its object-oriented nature also promotes code reusability and maintainability.


What was a inventon in 1995?

In 1995, one notable invention was the Java programming language, developed by Sun Microsystems. Java introduced the concept of "write once, run anywhere," allowing developers to create applications that could run on any device with a Java Virtual Machine. This innovation significantly impacted software development, especially for web applications and mobile devices. Java remains widely used today in various fields, including enterprise computing and Android app development.


Is Java necessary for Mac?

You can indeed run Java on Mac OS. Java is not dependant on the single computer architecture but depends on the JVM (Java Virtual Machine). One of the most powerful features in Java is that it promises WORA (Write Once, Run Anywhere(eg. Mac, Windows, Unix).If you can't run java on your Mac do one of the following:- Go to Apples website -> Support -> Search for "Java for Mac"- Use the Software Update feature (available on the Apple menu) to check that you have the most up-to-date version of Java for your Mac.**From Oracles website (Java developer)


What is wora?

WORA stands for "Write Once, Run Anywhere," a principle associated with programming languages and platforms that allow code to be executed on multiple systems without modification. This concept is particularly prominent in Java, where code compiled into bytecode can run on any device equipped with a Java Virtual Machine (JVM). WORA promotes cross-platform compatibility, reducing the need for developers to write separate code for different operating systems.


When you write an essay you should write it more than once This is called what?

rewriting