Zenbit > Computers > Programming > Languages > Java > FAQs, Help, and Tutorials > Tutorials (80)



 
  Applets (7)
Beginner Level (23)
Example Sources (9)
  References (5)
Server-Side (20)

Websites in Tutorials

  1. A Brief Introduction to the Java Native Interface
    Introduces the JNI, what it is, why use it, and how. by Wenyu Kong.
    http://www.geocities.com/kongwenyu/jni.html

  2. A Quick Swing Tutorial
    A fast introduction to Swing for Java programmers who already know the AWT.
    http://www.apl.jhu.edu/~hall/java/Swing-Tutorial/

  3. ACM Crossroads: The Wonders of Java Object Serialization
    Object serialization tutorial
    http://www.acm.org/crossroads/xrds4-2/serial.html

  4. ACM Crossroads: Using the Java Native Interface
    Using JNI, few examples illustrating the usefulness of this feature
    http://www.acm.org/crossroads/xrds4-2/jni.html

  5. Affine Transform Lesson
    Describes how to draw text on curves.
    http://www.glyphic.com/transform/

  6. 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/.
    http://www.apl.jhu.edu/~hall/java/Java2D-Tutorial.html

  7. C11 Data Structures
    Examples, notes and Java applet demos (and sources) generic data structures and algorithms.
    http://www.cs.northwestern.edu/courses/cs311/fall-02/html/notes.html

  8. Concurrent Programming with Java Lab
    Lab. manual by Astha Ekadiyanto.
    http://astha.8m.net/CPwJ/index.html

  9. CowCatcher Java Training
    An open source initiative aimed at providing a repository for Java training material.
    http://www.justobjects.org/cowcatcher/

  10. DevCentral Tutorials: Java
    Java tutorials.
    http://devcentral.iftech.com/articles/Java/

  11. 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.
    http://www.javacommerce.com/tutorial/JavaData/JavaData.html

  12. Examware
    Collection of tutorials and resources.
    http://examware.com/tutor10.html

  13. Find Tutorials: Java
    Directory of tutorials available with descriptions and potential reader reviews.
    http://tutorials.findtutorials.com/index/category/82

  14. GUI Controls in Java 1.1
    On-line version of chapter from Prentice Hall text.
    http://www.apl.jhu.edu/~hall/CWP-Chapter13/

  15. 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.
    http://www.databasejournal.com/sqletc/article.php/1431601

  16. Java Boutique - Tutorials
    Java tutorials for beginners, experienced programmers and advanced topics.
    http://javaboutique.internet.com/tutorials/

  17. Java Language Free Test Online
    Test your knowledge of Java online.
    http://TestsTestsTests.com/javatest.htm

  18. Java Programming FAQs and Tutorials: Learning Java
    A collection of tutorials on the Java language, with a few links to some FAQs.
    http://www.apl.jhu.edu/~hall/java/FAQs-and-Tutorials.html

  19. Java Tutorials at Knowledge Hound
    Links to free online lessons on Java subjects ranging from concurrent programming to optimization to Java for beginners
    http://www.knowledgehound.com/topics/java.htm

  20. Layout Management
    An overview of layout managers in Sun JFC/Swing.
    http://java.sun.com/docs/books/tutorial/uiswing/overview/layout.html

  21. Learn Java Faster
    Online Java lessons.
    http://javalessons.com/

  22. Learn Java Toolkit
    Links to free tutorials, e-books, IDEs and resources for the beginning Java student.
    http://www.geocities.com/Athens/Aegean/5799/Java.html

  23. Linux JNI Tutorial
    Linux Java Native Interface tutorial by Weqaar A. Janjua.
    http://www.public.asu.edu/~wjanjua/java/jni

  24. Logging with log4j—An Efficient Way to Log Java Applications
    Learn about the need for logging and Log4j, the Open Source framework for logging Java applications for debugging and monitoring purposes.
    http://www.developer.com/open/article.php/3097221

  25. 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.
    http://www.javaworld.com/javaworld/jw-03-2001/jw-0323-badcode.html

  26. 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.
    http://www.meshes.com

  27. Mr.Haki's (JBuilder) JavaBean Tutorial
    This tutorial shows how to build JavaBeans using JBuilder 2 Java BeansExpress.
    http://www.drbob42.com/JBuilder/jb210t.htm

  28. Non-Blocking Socket I/O
    Tim Burns shows how to use the java.nio package in JDK 1.4.
    http://www.owlmountain.com/tutorials/NonBlockingIo.htm

  29. 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.
    http://www.geocities.com/SiliconValley/Park/3230/pas/pas2java.html

  30. ProgrammingTutorials.com - Java Tutorials
    Collection of Java tutorial links.
    http://www.programmingtutorials.com/tutorial.asp?id=Java

  31. Remember Java
    Java tutorial with large example library. New tasks and examples added weekly or monthly.
    http://www.rememberjava.com/

  32. Software Developers
    Java tutorials - basic tutorial, servlets, and JDBC. Example code, tips and resources.
    http://swdevelopers.tripod.com/english/index.html

  33. Sun's JNI Tutorial
    Using the Java Native Interface (JNI).
    http://java.sun.com/docs/books/tutorial/native1.1/

  34. Sun's Java Tutorial
    On-line version of book from Addison-Wesley.
    http://java.sun.com/docs/books/tutorial/

  35. Sundar Rajan's Tutorial on Remote Method Invocation
    A tutorial on Remote Method Invocation in Java. Covers dynamic class loading, object exporting, and callbacks.
    http://www.geocities.com/sundar_rajan_in/java/rmi.html

  36. 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.
    http://my.execpc.com/~gopalan/java/java_tutorial.html

  37. 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.
    http://modena.intergate.ca/personal/iago/javatut/

  38. The Java Web Services Tutorial
    Example-based guide to the Java Web services and Web applications.
    http://java.sun.com/webservices/docs/1.0/tutorial/index.html

  39. 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.
    http://builder.com.com/5100-6386-5134996.html

  40. Tutorialized.com - Free Java Tutorials
    A collection of free Java tutorials for all levels of expertise.
    http://www.tutorialized.com/tutorials/Java/1

  41. Witscale SCJP tutorial
    Java tutorial for SCJP (Java certification) Preparation. Tutorial consists of short study notes with adequate examples.
    http://www.witscale.com/scjp_studynotes/contents.html

  42. developerWorks: Java Education
    Free Java tutorials by IBM's developerWorks team.
    http://www-106.ibm.com/developerworks/views/java/tutorials.jsp

  43. jGuru Self-Paced Java Courses
    Directory of free, online, self-paced courses on JavaMail, Collections, JSP, JDBC, and EJB.
    http://www.jguru.com/learn/

Shortcuts:
Arts
Business
Computers
Games
Health
Home
News
Recreation
Reference
Regional
Science
Shopping
Society
Sports



  See related categories

Computers > Programming > Languages > Java > News and Media > Books
Computers > Programming > Languages > Java > Commercial Services > Training
Computers > Programming > Languages > Java > Official Documentation
Computers > Programming > Languages > Java > Resources > Certification


Category editors: blackmoor
Help build the largest human-edited directory on the web.
Submit a Site
Open Directory Project - Become an Editor

make Zenbit your home | bookmark Zenbit about zenbit | terms of use | feedback | studio