Random
Source Code

java

An object oriented programing language that is based on C++. It is compiled into Java bytecode, which can be run by a Java virtual machine on any computer. While Java programs are typicaly slower than their counterparts, they can run on any platform capable of runing the JVM.
Java should not be confused with Javascript, a scripting language that only shares a name and some syntax.

public class java{
public static void main(String args){
System.out.prinln("Hello World");
}
}

by P.108 March 4, 2006

96👍 51👎