Upcoming Meetings
Meeting - June 9, 1999 at 6:00 PM
wpe9.jpg (1755 bytes) Topic

Gabriel Torok of preEmptive Solutions will speak on:

What's New In Java 2.0 - Collections

JDK 1.2 introduced a new framework for collections of objects, called the Java Collections Framework. The collections framework provides many advantages over the past and its well worth learning.

This talk will begin with a look at the interfaces, which are used through the API and are useful for any new collections we may create. Then we'll examine the basic concrete implementations provided with the framework.

You can use these basic collections to implement any generic collection of Java objects.

Finally, we'll look at several general-purpose methods for sorting and manipulating collections and talk about synchronization issues.