answersLogoWhite

0

Any boby can answer this question

What software is cross-platform?

Platform-independent means that code executes without a specific platform. Cross-platform means that the application runs on many platforms. Generally, they can be used interchangeably.

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

How the term cross platform programming is assioted with C language?

Loosely.


What subject deals with the term dihybrid cross?

Science deals with the term dihybrid cross and it is a term that explains how two different colored parents end up with the color pattern of their offspring. The law of independent segregation is explain by dihybrid cross.


What is an abbot on the cross?

An abbot on the cross is another term for a brothel bully, a term used in British slang for a man who is employed by a brothel as the equivalent of a bouncer.


What platforms are free?

There is no such thing as a platform-free programming language. The correct term is platform-independent language. It simply means that the same source code can be compiled or interpreted upon any platform; the code is not machine-dependent.


What is a platform dependent language?

There is no such thing as a platform-free programming language. The correct term is platform-independent language. It simply means that the same source code can be compiled or interpreted upon any platform; the code is not machine-dependent.


What is the term in math for independent variable?

There is no term other than independent variable.


What is another term for the independent variable?

Treatment variable is another term for the independent variable.


What is the correct term for cross multiplication?

Cross multiplication IS the correct term!


What is term platform?

When the term platform is used, it basically means: the thing you're going to play the game/use the software on. For example, if you buy a computer game the platform is: PC.


Is platform independent feature means java can be run on windows XP and windows 7 but c or c plus plus does not?

No. The term platform independence in Java does not mean that any other programming language cannot be run in multiple OS platforms. Actually platform independence means that the java code can be run in multiple platforms with little or no customization. The code that can execute in a Windows platform can run as it is in a Linux box, whereas other programming languages need to be customized based on the platform they will be implemented in.


In analysis of variance the term factor refers to?

independent or quasi-independent variable


Is software written for a particular platform?

Software may or may not be written for a particular platform. The word "platform" has multiple meanings; one must know the context in which it is used to determine which meaning is intended. The oldest meaning is "hardware platform"--a specific instruction set architecture. This is what was originally meant when referring to "platform-independent" code; portable software could be compiled for different processor architectures without modification. In some contexts, the "platform" was expanded to include the operating system, as well. Interpreted languages like Java began to provide networking and user-interface libraries that allowed "platform-independent" software to be developed which could run on systems with different operating systems as well as different processors. More recently, the term "platform" has been overloaded to mean "application platform"--a (partially) generalized framework of user-interface, relational database and transaction processing, networking, security, development and deployment services within which a business application can be constructed. In this context, software is almost always written for a specific application platform; platform-independence at this level is rare.