Java III - PowerPoint PPT Presentation

About This Presentation
Title:

Java III

Description:

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 ... – PowerPoint PPT presentation

Number of Views:71
Avg rating:3.0/5.0
Slides: 13
Provided by: cmu136
Category:
Tags: iii | class | java

less

Transcript and Presenter's Notes

Title: Java III


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/collection
    s/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/essential/
    threads/
  • Examples from
  • http//java.sun.com/docs/books/tutorial/informatio
    n/download.html

9
Collections Tutorial
  • http//java.sun.com/docs/books/tutorial/collection
    s/index.html

10
Interfaces
  • The Collection Interface
  • The Set Interface
  • The List Interface
  • The Map Interface
  • Object Ordering
  • The SortedSet Interface
  • The SortedMap Interface

11
Implementations
  • General Purpose
  • Wrapper Implementations
  • Convenience Implementations

12
Collections
  • Algorithms
  • Custom Implementations
Write a Comment
User Comments (0)
About PowerShow.com