Well, no. Its a programming language that allows for programs to run cross platform. The downside is that it will run a little slower than a native application but the upside is the portability. However you will need to have a runtime environment (JRE) loaded in order to run a Java application. You can download it from Oracle. The current version is Java 7 (1.7) but most things out there still use 1.6.
|