BasilZero said:
|
Java is a programming language . The problem most have with Java is that Java-apps usually run in a "vm", so to say. You write Java-code and this will turn into a Java-app. This app can be executed on any system where a Java-vm is available so it's platform independant code you write. The downside is that the app uses more ressources than if it had been coded in another language.