Java (programming language)

From Wikipedia, a free encyclopedia written in simple English for easy reading.

Java is also an island of Indonesia. See Java for more.



Java is a programming language that runs on a lot of computers.

There are small programs, called Applets. They often run inside web browsers. Java should not to be confused with JavaScript. JavaScript is a scripting language with a similar syntax. JavaScript is mainly used by web browsers.

Java can also run on Mobile phones.

[edit] Java

Java is object oriented. Java code looks a lot like C++ or C code. Java is run in a Virtual Machine, which is independent of the Operating System.This means Java programs can run on all operating systems for which there is a Java Virtual Machine.

[edit] Types of Java

There are many types of Java programs which run differently:

  • Applet - can be put online (in web browsers)
  • Application - can only be run on the computer, cannot be put online
  • Servlet - runs on a server and helps to display web pages
  • Swing application - like an application, but can have a more graphical look

This short article needs someone to make it better.
You can help Wikipedia by adding to it.