Java III Class 3
Final Project Home sale –Described in PPT 1 Or if you want to propose an alternative project –Please prepare a short proposals by the next class
Quiz Quiz - April 10 –Threads –Servlets –Collections –Open Book – Yes –Open Notes – Yes –NOT Open Computer
Assignments Prepare for Quiz Review Tutorials,book Read Chapters 3,4 Install latest Webservices (including Tomcat) and tutorial ns/index.html
Thread states
Creatiing Threads Subclassing thread Implementing Runable Timers
Issues Synchronization Greedy threads Deadlock
Thread references ntial/threads/ Examples from mation/download.html
Collections Tutorial ections/index.htmlhttp://java.sun.com/docs/books/tutorial/coll ections/index.html
Interfaces –The Collection InterfaceThe Collection Interface –The Set InterfaceThe Set Interface –The List InterfaceThe List Interface –The Map InterfaceThe Map Interface –Object OrderingObject Ordering –The SortedSet InterfaceThe SortedSet Interface –The SortedMap InterfaceThe SortedMap Interface
Implementations General Purpose Wrapper Implementations Convenience Implementations
Collections Algorithms Custom Implementations