|
||
|
Lesson 1
Multithreaded Java programming
|
||
|
Module introduction
Multithreading is a powerful function that allows a program to
perform multiple tasks at once. Many modern applications rely on multithreading to perform background operations while the user
is working on something in the foreground. Multithreading also plays an important role in processing input from graphical user
interfaces.
Learning objectives
This module introduces you to multithreading as it relates to Java. You will learn how to create and use threads, and then you will create an applet that uses threads as a timing mechanism.
After completing the module, you will have the skills and knowledge necessary to:
|
||
|
|
||
