Saturday 22 January 2011

Before Coding (Platform Issue)

Why Java is most commonly used by developers ?? why do they prefer to develop using Java ??


The Answer Is .... Because Java Is Platform independent

What Does This mean !!

being a Platform independent means that It works on any Platform any OS (Operating System )

Java runs on windows
Java runs on Linux
Java runs on mobile phones ....etc.

The JVM (Java Virtual Machine ) is the creator of Platform Independency , because the JVM created a virtual machine on your machine regardless the machine architecture .

So Java Can run On any Platform , All what you need is to install the JVM on this platform ..  

No comments:

Post a Comment