Lecture 23 - April 12, 2007

 

Here are some links that you will find useful:

 

slides from today's lecture

 

code examples : not type safe  

CallerID    StatisticsCalculator (has no main)    TextFormatter

 

code examples:  type safe versions

CallerID    StatisticsCalculator (has no main)      TextFormatter

 

Professor Harris' link to generic paper: 

 

Link to VectorTest program we started in class.TestVector.txt

 

interfaces

http://java.sun.com/docs/books/tutorial/collections/interfaces/index.html

 

collection introduction

http://java.sun.com/docs/books/tutorial/collections/interfaces/collection.html

 

exercises on collections and interfaces

http://java.sun.com/docs/books/tutorial/collections/interfaces/QandE/questions.html

 

api on Vector class

http://java.sun.com/javase/6/docs/api/java/util/Vector.html

 

java tutorial on Array

http://java.sun.com/docs/books/tutorial/java/nutsandbolts/arrays.html