Chevron Left
返回到 Concurrent Programming in Java

学生对 Rice University 提供的 Concurrent Programming in Java 的评价和反馈

4.5
663 个评分

课程概述

This course teaches learners (industry professionals and students) the fundamental concepts of concurrent programming in the context of Java 8. Concurrent programming enables developers to efficiently and correctly mediate the use of shared resources in parallel programs. By the end of this course, you will learn how to use basic concurrency constructs in Java such as threads, locks, critical sections, atomic variables, isolation, actors, optimistic concurrency and concurrent collections, as well as their theoretical foundations (e.g., progress guarantees, deadlock, livelock, starvation, linearizability). Why take this course? • It is important for you to be aware of the theoretical foundations of concurrency to avoid common but subtle programming errors. • Java 8 has modernized many of the concurrency constructs since the early days of threads and locks. • During the course, you will have online access to the instructor and mentors to get individualized answers to your questions posted on the forums. • Each of the four modules in the course includes an assigned mini-project that will provide you with the necessary hands-on experience to use the concepts learned in the course on your own, after the course ends. The desired learning outcomes of this course are as follows: • Concurrency theory: progress guarantees, deadlock, livelock, starvation, linearizability • Use of threads and structured/unstructured locks in Java • Atomic variables and isolation • Optimistic concurrency and concurrent collections in Java (e.g., concurrent queues, concurrent hashmaps) • Actor model in Java Mastery of these concepts will enable you to immediately apply them in the context of concurrent Java programs, and will also help you master other concurrent programming system that you may encounter in the future (e.g., POSIX threads, .NET threads)....

热门审阅

PS

Sep 1, 2017

Great course. With minimal effort you can learn about important concepts and see immediate results regarding the actual speedup you can achieve using concurrent programming.

FC

Feb 8, 2020

Excellent way to refresh what I learned some years ago in Operator System. Also I won a small hands-on experience using locks, isolation and high level concurrency in Java.

筛选依据:

26 - Concurrent Programming in Java 的 50 个评论(共 111 个)

创建者 Kamil S

Dec 23, 2017

Very good course on concurrency that can be applied to many other programming languages as well.

创建者 Reynaldo A

Oct 25, 2020

Great way to learn about concurrent programming. How it works, and how to use it within Java.

创建者 Doug H

Sep 5, 2017

Great course in the series on Parallel, Concurrent and Distributed Programming in Java.

创建者 Prabhakar K S

Aug 11, 2019

one best course to understand the foundation for threads and concurrent programming.

创建者 Robinson S

May 18, 2019

The course is very good, teaching in simple way several complex questions.

创建者 MB G

May 30, 2019

I enjoyed doing this course more than the Parallel Programming in Java

创建者 Sudharaka P

Nov 19, 2018

Great course to understand the fundamentals of concurrent programming!

创建者 Mr. J

Jan 24, 2018

Fine survey of the core concepts supported by mini project and quizes

创建者 Elias R

Jul 29, 2019

Very interesting and comprehensive. Maybe a little bit too easy.

创建者 Mahesh C

Feb 24, 2018

very nice content and throughly articulated the difficult topic

创建者 Samarjit P

May 27, 2020

I found this course very useful in real-world problem solving.

创建者 Jad C

Oct 9, 2018

Great course, it focuses on the basics and let you master them

创建者 David L

Sep 23, 2017

Great prof, great material, great TAs ...

Highly recommended!

创建者 Benjamin G J

Aug 9, 2018

Much stronger in mini-projects than the first course.

创建者 Amr H G

Nov 23, 2019

Amazing course to learn about concurrent programming

创建者 Leonid S

Mar 14, 2019

Excellent! Great thanks to professor Vivek Sarkar

创建者 Syed Z A

Mar 5, 2019

Excellent course , well explained and organised.

创建者 Abinash S

Jan 24, 2018

Precise but comprehensive at the same time

创建者 Hang Z

Mar 14, 2020

Very useful, learn a lot of new concepts.

创建者 BM

Nov 18, 2017

Another great course from Prof. Sarkar!

创建者 Ag I B A D

Sep 17, 2019

great course on concurrency topic

创建者 Deleted A

Mar 16, 2020

Thanks and love to Prof. Sarkar

创建者 CUENCA S E A

Apr 28, 2021

Genial se agradece el aporte.

创建者 Keesun B

Feb 17, 2018

Very well organized course

创建者 Chandi P

Oct 14, 2017

Very informative course !