ACM Crossroads: The Wonders of Java Object Serialization
Object serialization tutorial
url: www.acm.org/crossroads/xrds4-2/serial.html
ACM Crossroads: Using the Java Native Interface
Using JNI, few examples illustrating the usefulness of this feature
url: www.acm.org/crossroads/xrds4-2/jni.html
The Advanced Java/J2EE Tutorial
By Gopalan Suresh Raj. General, Enterprise JavaBeans (EJB), Java Data Objects (JDO), Java Message Service (JMS), Jini Technology, Remote Method Invocation (RMI), RMI over IIOP, Java Server Pages (JSP), JavaMail, JavaBeans, Threading in Java, Network Programming in Java topics.
url: my.execpc.com/~gopalan/java/java_tutorial.html
Affine Transform Lesson
Describes how to draw text on curves.
url: www.glyphic.com/transform/
A Brief Introduction to the Java Native Interface
Introduces the JNI, what it is, why use it, and how. by Wenyu Kong.
url: www.geocities.com/kongwenyu/jni.html
C11 Data Structures
Examples, notes and Java applet demos (and sources) generic data structures and algorithms.
url: www.cs.northwestern.edu/courses/cs311/fall-02/html...
Concurrent Programming with Java Lab
Lab. manual by Astha Ekadiyanto.
url: astha.8m.net/CPwJ/index.html
CowCatcher Java Training
An open source initiative aimed at providing a repository for Java training material.
url: www.justobjects.org/cowcatcher/
DevCentral Tutorials: Java
Java tutorials.
url: devcentral.iftech.com/articles/Java/
developerWorks: Java Education
Free Java tutorials by IBM's developerWorks team.
url: www-106.ibm.com/developerworks/views/java/tutorial...
Developing Link Lists and Binary Trees using Java
Although Java 2 includes linked list and tree classes, this tutorial explains how to create similar classes in Java 1.1, and covers sorting and searching.
url: www.javacommerce.com/tutorial/JavaData/JavaData.ht...
Examware
Collection of tutorials and resources.
url: examware.com/tutor10.html
Find Tutorials: Java
Directory of tutorials available with descriptions and potential reader reviews.
url: tutorials.findtutorials.com/index/category/82
GUI Controls in Java 1.1
On-line version of chapter from Prentice Hall text.
url: www.apl.jhu.edu/~hall/CWP-Chapter13/
An Introduction and Tutorial on Java2D
A tutorial giving an overview and introduction to Java2D and the use of Graphics2D, the new drawing model in Java 1.2. Note: An updated and expanded version of this material appears in Core Web Programming 2nd Edition. All source code (plus sample chapters) is available at http://www.corewebprogramming.com/.
url: www.apl.jhu.edu/~hall/java/Java2D-Tutorial.html
Introduction to Databases for the Web: Pt 4
This tutorial introduces how to use Java Database Connectivity to interface to web databases. Suitable for webmasters and web developers with little or no database experience.
url: www.databasejournal.com/sqletc/article.php/1431601
Java Boutique - Tutorials
Java tutorials for beginners, experienced programmers and advanced topics.
url: javaboutique.internet.com/tutorials/
The Java Game Programming Tutorial
A tutorial starting with basic issues in the Java language with regard to applets, particularly for who wish to make online Java presentations or games.
url: modena.intergate.ca/personal/iago/javatut/
Java Language Free Test Online
Test your knowledge of Java online.
url: TestsTestsTests.com/javatest.htm
Java Programming FAQs and Tutorials: Learning Java
A collection of tutorials on the Java language, with a few links to some FAQs.
url: www.apl.jhu.edu/~hall/java/FAQs-and-Tutorials.html
The Java Tutor
On-line articles and source code from the "Java Tutor" column of Java Report Magazine.
url: www.mercury.com/java-tutor/
Java Tutorials at Knowledge Hound
Links to free online lessons on Java subjects ranging from concurrent programming to optimization to Java for beginners
url: www.knowledgehound.com/topics/java.htm
The Java Web Services Tutorial
Example-based guide to the Java Web services and Web applications.
url: java.sun.com/webservices/docs/1.0/tutorial/index.h...
jGuru Self-Paced Java Courses
Directory of free, online, self-paced courses on JavaMail, Collections, JSP, JDBC, and EJB.
url: www.jguru.com/learn/
Layout Management
An overview of layout managers in Sun JFC/Swing.
url: java.sun.com/docs/books/tutorial/uiswing/overview/...
Learn Java Faster
Online Java lessons.
url: javalessons.com/
Learn Java Toolkit
Links to free tutorials, e-books, IDEs and resources for the beginning Java student.
url: www.geocities.com/Athens/Aegean/5799/Java.html
Linux JNI Tutorial
Linux Java Native Interface tutorial by Weqaar A. Janjua.
url: www.public.asu.edu/~wjanjua/java/jni
Make bad Java code good
By Dr. John Farrell. Concrete suggestions for fixing Java code. From the simple and mindless to the complex and dangerous.
url: www.javaworld.com/javaworld/jw-03-2001/jw-0323-bad...
Meshes
Seminars and Presentations given at DePaul University, along with all of the resources and information needed to learn Java at home. Covers basics through advanced J2EE topics.
url: www.meshes.com
Mr.Haki's (JBuilder) JavaBean Tutorial
This tutorial shows how to build JavaBeans using JBuilder 2 Java BeansExpress.
url: www.drbob42.com/JBuilder/jb210t.htm
Non-Blocking Socket I/O
Tim Burns shows how to use the java.nio package in JDK 1.4.
url: www.owlmountain.com/tutorials/NonBlockingIo.htm
Pascal to Java: Easy Transformation Part 1
A quick and dirty tutorial to show Pascal programmers how easy it is to convert their skills to Java. This tutorial does not cover proper object oriented programming, and is merely meant to give Pascal programmers a head start with Java.
url: www.geocities.com/SiliconValley/Park/3230/pas/pas2...
ProgrammingTutorials.com - Java Tutorials
Collection of Java tutorial links.
url: www.programmingtutorials.com/tutorial.asp?id=Java
A Quick Swing Tutorial
A fast introduction to Swing for Java programmers who already know the AWT.
url: www.apl.jhu.edu/~hall/java/Swing-Tutorial/
Remember Java
Java tutorial with large example library. New tasks and examples added weekly or monthly.
url: www.rememberjava.com/
Software Developers
Java tutorials - basic tutorial, servlets, and JDBC. Example code, tips and resources.
url: swdevelopers.tripod.com/english/index.html
Sundar Rajan's Tutorial on Remote Method Invocation
A tutorial on Remote Method Invocation in Java. Covers dynamic class loading, object exporting, and callbacks.
url: www.geocities.com/sundar_rajan_in/java/rmi.html
Sun's Java Tutorial
On-line version of book from Addison-Wesley.
url: java.sun.com/docs/books/tutorial/
Sun's JNI Tutorial
Using the Java Native Interface (JNI).
url: java.sun.com/docs/books/tutorial/native1.1/
Transitioning into OOP: Implement a simple session Enhanced JavaBean (Builder.com)
Get familiar with J2EE development in an object-oriented environment with this tutorial on creating an Enhanced JavaBean simple session.
url: builder.com.com/5100-6386-5134996.html
Witscale SCJP tutorial
Java tutorial for SCJP (Java certification) Preparation. Tutorial consists of short study notes with adequate examples.
url: www.witscale.com/scjp_studynotes/contents.html