Skip to main content
Dat 3. semester
Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

Learning Objectives

Threads in Java

  1. Understand how to use threads to perform multiple tasks concurrently
  2. Understand how to use threads in java
  3. Understand the Executor framework
  4. Know the purpose of Runnable and Callable interfaces plus Future