Final Note
Final Note
We have used Java to illustrate the practice of Concurrent programming.
A number of Java concurrent features have not been used:
- Timeouts in wait()
- Joining a Thread - join()
- Daemon Threads - setDaemon()
- Thread priority - setPriority()
- Thread Groups - class ThreadGroup