- CGI with Java - http://www.apl.jhu.edu/~hall/java/CGI-with-Java.html
Using Java for CGI programs. Includes on-line examples and source code for a CGI form-parser and cookie parser in Java.
- Java Tips - http://www.javaworld.com/columns/jw-tips-index.shtml
Contains many examples and useful tips.
- Java Reference and Examples - http://www.fluffycat.com/java/
Examples include casting, ArrayLists, ListIterators, and 'HelloWorlds' for applications, applets, servlets, and JSPs.
- Java Impact and Gravity Simulator - http://www.geocities.com/Paris/6502/impact.html
The IBM Corporation contributes this program to the public to demonstrate the Java language and to help people learn to program in Java by browsing and modifying the source code.
- Hello World program - http://www2.latech.edu/~acm/helloworld/java.html
A short example demonstrating an implementation of the proverbial "Hello World" app.
|