Learning Java Threads

Go to class
Write Review

Free Online Course: Learning Java Threads provided by LinkedIn Learning is a comprehensive online course, which lasts for 1-2 hours worth of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from LinkedIn Learning. Learning Java Threads is taught by Peggy Fisher.

Overview
  • Untangle Java threads! Learn how to create, manage, sync, and lock threads and get started in multithreaded Java programming.

Syllabus
  • Introduction

    • Welcome
    • What you should know
    • Using the exercise files
    1. Java Threads
    • What is a thread?
    • How to create a thread
    • Thread states
    • Advanced thread tasks
    2. Synchronization
    • Problems with threads
    • Synchronization explained
    • Synchronized methods
    • Synchronized block
    • Wait and notify API
    3. Concurrency
    • Concurrency utilities
    • Executors
    • Synchronizers
    • Locking framework
    Conclusion
    • Next steps