أنشئ حسابًا أو سجّل الدخول للانضمام إلى مجتمعك المهني.
Basm Allah Alrahman Alrahim
Platform independence : it may mean any software (e.g photoshop , windows , linux ) that can run at Intel processor ( with any type ) and AMD ( with any type ) and sun micros system ( with any type ) or any other processor
there is another defination
cross-platform : like java it can run on any Operating system ( using JVM java virtual machine )
Platform independence in software means that you can run some code with little or no modification on multiple platforms.It depends on what you define as "the platform". In some cases this may be a specific hardware / machine configuration. In other gases in may be a "generic PC". In other cases it may be a virtual machine and runtime environment (which is the case with Java).
The ability to run or execute a program or a project on any platform
an application or software that can run on any machine.
Whether your app can run on every operating system? if yes then it is plateform independance
you can code in any platform and run in any platform .
Platform(Window family,linux ,mac etc)
we can excute the progrm on any plat form.
Platform independent that once we have created the class file by compiling we can run it on any platform that is known as platform independent in the case of java if we want to run byte code then there has to JVM installed in the particular system.
platform independence means an ability to run the code on different machine or any operating system.
Platform independance is running a s/w or source code on differnt platform or operating system.