Introductions/Tutorials
- Campfire Stories
- http://www.javaranch.com/campfire.jsp
- New to Java technology (IBM)
- http://www-106.ibm.com/developerworks/java/newto/
- The Java Tutorial (Sun)
- http://java.sun.com/docs/books/tutorial/
- Introduction to Computer Science using Java (Central Connecticut State University)
- http://chortle.ccsu.ctstateu.edu/CS151/cs151java.html
- Introduction to Programming Using Java (Hobart and William Smith Colleges)
- http://math.hws.edu/javanotes/
- Best way to learn EJB
- http://www.relativelogic.com/SlideNavigator.html
- Dick Baldwin's Java Programming Tutorials
- http://www.dickbaldwin.com/toc.htm
- Interactive Programming In Java
- http://www.cs101.org/ipij/
- Thinking in Java
- http://mindview.net/Books
- How To Think Like A Computer Scientist
- http://www.ibiblio.org/obp/thinkCSjav/
Collections
- Sorting Lists
- http://java.sun.com/developer/TechTips/index.html
- Using Sets
- http://developer.java.sun.com/developer/JDCTechTips/2001/tt0208.html#sets
- Collection Utilities
- http://developer.java.sun.com/developer/TechTips/2000/tt1107.html#tip2
- Using Lists Efficiently
- http://developer.java.sun.com/developer/TechTips/1999/tt0809.html#tip2
- Performance Improvement techniques in Collections
- http://www.precisejava.com/javaperf/j2se/Collections.htm
|