Class Central is learner-supported. When you buy through links on our site, we may earn an affiliate commission.

Codecademy

Learn Intermediate Java: Threading

via Codecademy

Overview

Learn about threading and how it’s used in concurrent programs to improve the performance and efficiency of an application.
There are different ways of achieving concurrency, or programs that can support multiple flows of execution at the same time, but the most used solution is “threading.” Like sequential programs, a single thread has a beginning and an end, and only a single point of execution. However, multiple threads can run at the same time! Take this course and dive into the world of threading and concurrency.


* Implement and extend the Thread class

* Implement the Runnable Interface

* Identify when to use threading

Syllabus

  • Threading: Learn about threading in Java.
    • Article: What is Threading?
    • Lesson: Threading: Lesson
    • Article: Virtual Threading
    • Quiz: Threading: Quiz
    • Project: Threading in the Gym
    • Informational: Next Steps

Taught by

Jace van Auken

Reviews

5 rating at Codecademy based on 15 ratings

Start your review of Learn Intermediate Java: Threading

Never Stop Learning.

Get personalized course recommendations, track subjects and courses with reminders, and more.

Someone learning on their laptop while sitting on the floor.