Network Programming :: Projects :: Thread Demo
Problem
Create a short Java program that demonstrate your understanding of threads in Java. While the program does not have to be connected to your proposed network application, it wouldn't be a bad idea to write something you could use for that project. You can even expand on your I/O demo if you'd like. Your project must include the following features:
- A Runnable thread or a subclass of Thread
- Return information from a thread using a callback
- Return information from a thread using the ExecutorService
- Utilize synchronized blocks or methods
- Schedule threads
- Pool threads