|
After taking this course, you will be able to write multithreaded programs in the Java language. The course shows you how to create multiple concurrent threads by extending the Thread class and implementing the Runnable interface.
Objectives:
After completing this course, students will be able to:
- Create new program threads
- Set thread priorities
- Synchronize threads
- Suspend, resume, and stop threads
Topics:
- Multithreading fundamentals
- Creating a thread
- Creating multiple threads
- Determining when a thread ends
- Thread priorities
- Synchronization
- The synchronized statement
- Thread communication
- Suspending, resuming, and stopping
|