up previous next contents
Next: Applications without multiple threads Up: Threads Previous: Threads   Contents

Objectives

  • Explain what threads are, how they work, and when to use them.
  • Create threads using the Thread class.
  • Create threads using the Runnable interface.
  • Describe thread states.
  • Understand the methods that are used when manipulating threads.


up previous next contents
Next: Applications without multiple threads Up: Threads Previous: Threads   Contents