  |
Java Reference and Examples - http://www.fluffycat.com/java/
Examples include casting, ArrayLists, ListIterators, and 'HelloWorlds' for applications, applets, servlets, and JSPs. |
  |
Javadb.com - http://www.javadb.com
Searchable site with Java code examples, links to articles, tutorials and APIs. |
  |
Efficient text searching in Java: Finding the right string in any language - http://www-128.ibm.com/developerworks/java/library/j-text-searching.html
Detailed, clearly-written tutorial from IBM on internationalized searching algorithms. Includes code snippets and an i18n Boyer-Moore algorithm which requires JDK1.2. |
  |
Learn Java by Examples - http://www.kodejava.org
Kode Java provides Java code samples, articles and tutorials that will help you to learn Java programming language. |
  |
Hello World program - http://www2.latech.edu/~acm/helloworld/java.html
A short example demonstrating an implementation of the proverbial "Hello World" app. |