Download presentation
Presentation is loading. Please wait.
1
Java III Class 3
2
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
3
Quiz Quiz - April 10 –Threads –Servlets –Collections –Open Book – Yes –Open Notes – Yes –NOT Open Computer
4
Assignments Prepare for Quiz Review Tutorials,book Read Chapters 3,4 Install latest Webservices (including Tomcat) and tutorial http://java.sun.com/docs/books/tutorial/collectio ns/index.html
5
Thread states
6
Creatiing Threads Subclassing thread Implementing Runable Timers
7
Issues Synchronization Greedy threads Deadlock
8
Thread references http://java.sun.com/docs/books/tutorial/esse ntial/threads/ Examples from http://java.sun.com/docs/books/tutorial/infor mation/download.html
9
Collections Tutorial http://java.sun.com/docs/books/tutorial/coll ections/index.htmlhttp://java.sun.com/docs/books/tutorial/coll ections/index.html
10
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
11
Implementations General Purpose Wrapper Implementations Convenience Implementations
12
Collections Algorithms Custom Implementations
Similar presentations
© 2024 SlidePlayer.com. Inc.
All rights reserved.