What is Java?
The Java platform is a fundamentally new way of computing, based on the power of networks and the idea that the same software should run on many different kinds of computers, consumer gadgets, and other devices.

With Java technology, you can use the same application from any kind of machine -- a PC, a Macintosh computer, a network computer, or even new technologies like Internet screen phones.
Java Homepage

Information about Java in Unisite
Java Servlet Version: 2.1
Web Server: Unix: Apache 1.3.9
Windows: MS IIS 4.0
Java JDK Version: 1.1.6
Default Servlet directory: ~<username>/html/servlet

Documentation
The Java Development Kit (JDK) Documentation contains release notes, the API specifications, a guide to new features, tool documentation and demos for the JDK software.
JDK Documentation

API Documentation
Reference to packages, classes and members. Generated by javadoc.
Java Platform 1.1 Core API Specification

JDBC Data Access API
JDBCTM technology is an API that lets you access virtually any tabular data source from the JavaTM programming language. It provides cross-DBMS connectivity to a wide range of SQL databases, and now, with the new JDBC 2.0 API, it also provides access to other tabular data sources, such as spreadsheets or flat files. The JDBC API allows developers to take advantage of the Java platform's "Write Once, Run AnywhereTM" capabilities for industrial strength, cross-platform applications that require access to enterprise data.
Documentation Home Page

List of Drivers Available
JDBC Home Page

Java Servlet API
The JavaTM Servlet API is a Standard Extension to the Java platform that provides web application developers with a simple consistent mechanism for extending the functionality of a web server. A servlet can almost be thought of as an applet that runs on the server side -- without a face.
Documentation Home Page
Java Servlet Home Page