PPT Slide
Things you can do with Threads
1. Create them, run them, stop them.
2. Assign them priorities for preference
3. Suspend them and resume them.
4. Use them to execute synchronized
methods or synchronized blocks
of code for working with shared
5. Use the explicit methods wait
and notify to have some threads
wait for results to be produced by