1.2 What can Java do ?

Previous Index Next


There are several kinds of Java programs. The most well known program type is called an applet. An applet is a Java program that can be executed inside a Java enabled web browser. Applets are often used  to produce animations and built interactive web pages.

However Java is not just for writing cute web animations. Java allows powerful application to be written that run directly on the Java platform. These applications include client application and server applications. In fact almost anything can be written in Java that can be written in any other language.

The Java API provides a wide range of functionality and components that support all types of programs. The core API is included in every full implementation of the Java platform. This core API gives you the following features:

As well as the core API, Java has several standard extensions. These extensions provide support for 3D graphics, servers, telephony, collaboration and multimedia.
 



Sources: