YoVDO

Create Your First Multithreaded Application in Java

Offered By: Coursera Project Network via Coursera

Tags

Java Courses Concurrent Programming Courses Thread Safety Courses

Course Description

Overview

In this 2-hour long project-based course, you will learn how to create a banking application that uses conditions and locks to ensure thread safety, practice designing programs that take advantage of multiple threads without losing data integrity, and learn how to apply multithreading to your own projects. By the end of the guided project, you will be able to create your own thread-safe Java multithreaded applications. Mutithreading is an essential part of modern programming. Almost all modern computers contain multi-core CPUs, GPUs, or even multiple CPUs. Multithreading allows us to have multiple parallel threads of execution, allowing our programs to become multiple times faster than a single threaded application. In addition, understanding parallel programming principles is essential for building many modern applications such as video games, data science, and server connections. Understanding how to create Java multithreaded applications will greatly expand your programming potential. This course works on the Rhyme platform, which allows you to have a custom Windows VM ensuring you do not have to worry about any of the setup work for your application. Students will be able to code along on their desktop and learn by coding with the instructor. At the end of the course, you will receive the files you created in the course. Note: This course works best for learners who are based in the North America region. We’re currently working on providing the same experience in other regions.

Syllabus

  • Project Overview
    • In this project, you will learn how to create a banking application that uses conditions and locks to ensure thread safety, practice designing programs that take advantage of multiple threads without losing data integrity, and learn how to apply multithreading to your own projects. By the end of the guided project, you will be able to create your own thread-safe Java multithreaded applications. We will be creating a thread-safe multithreaded banking application where one thread deposits money and another thread withdraws money from an account.

Taught by

Anirudh Balasubramanian

Related Courses

[Beta] Learn Advanced Python 3
Codecademy
Programación Concurrente
Galileo University via edX
Concurrent Programming in Erlang
University of Kent via FutureLearn
Concurrent Programming in Java
Rice University via Coursera
Advanced Software Construction in Java
Massachusetts Institute of Technology via edX