Home Javajdktutorials C12 Java Programming: Chapter 12 Index



Java Programming: Chapter 12 Index
Posted on: April 18, 2011 at 12:00 AM
This page discusses - Java Programming: Chapter 12 Index

Chapter 12

Generic Programming and Collection Classes


HOW TO AVOID REINVENTING the wheel? Many data structures and algorithms, such as those from the previous chapter, have been studied, programmed, and re-programmed by generations of computer science students. This is a valuable learning experience. Unfortunately, they have also been programmed and re-programmed by generations of working computer professionals, taking up time that could be devoted to new, more creative work. A programmer who needs a list or a binary tree shouldn't have to re-code these data structures from scratch. They are well-understood and have been programmed thousands of times before. The problem is how to make pre-written, robust data structures available to programmers. In this chapter, we'll look at Java's attempt to address this problem.


Contents of Chapter 12:


[ First Section | Previous Chapter | Main Index ]

Related Tags for Java Programming: Chapter 12 Index:


More Tutorials from this section

Ask Questions?    Discuss: Java Programming: Chapter 12 Index  

Post your Comment


Your Name (*) :
Your Email :
Subject (*):
Your Comment (*):
  Reload Image
 
 

Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.