This discussion continues the earlier discussion of client/server architectures implemented in Java. The focus here will be on multi-threaded clients and servers and will build on the previous discussion of Java threads.
Topics
- Continue discussion of Java client/server architecture.
- Multi-threaded client
- Multi-threaded server
References
Useful references include:
- Sun's Java Development Kit (JDK)
- The API
- The API Class Hierarchy
- Source Code for JDK Packages
Assignment for Next Class
- Read Java Multimedia class tutorial.