Java

From C64-Wiki
Jump to navigationJump to search
Stub This article is very short and not very detailed. Please help to improve it.

The object-oriented and platform-independent programming language Java (named after a type of coffee for espresso, the Java bean) was developed in the early 1990s by James Gosling and other programmerss for the company Sun Microsystems (taken over in 2010 by the Oracle company).

A simple coding example:

public class Test {
    public static void main(String[] args) {
        System.out.println("My first JAVA program!");
    }
}

Links[edit | edit source]

WP-W11.png Wikipedia: Java