Programmer's Wiki
Advertisement

Platform Independent Programming is achieved when a program works on several platforms. Platform Independent applications shall work the same way on any Operating System, for any Processor Architecture and so on. Java is a well known language for creating such applications.

Web developers try to make their websites as Platform Independent as possible. This means they are trying to make the site look and work the same way in all web browsers and on all operating systems.

Advertisement