Chevron Left
Back to Parallel Programming in Java

Learner Reviews & Feedback for Parallel Programming in Java by Rice University

4.6
stars
1,191 ratings

About the Course

This course teaches learners (industry professionals and students) the fundamental concepts of parallel programming in the context of Java 8. Parallel programming enables developers to use multicore computers to make their applications run faster by using multiple processors at the same time. By the end of this course, you will learn how to use popular parallel Java frameworks (such as ForkJoin, Stream, and Phaser) to write parallel programs for a wide range of multicore platforms including servers, desktops, or mobile devices, while also learning about their theoretical foundations including computation graphs, ideal parallelism, parallel speedup, Amdahl's Law, data races, and determinism. Why take this course? • All computers are multicore computers, so it is important for you to learn how to extend your knowledge of sequential Java programming to multicore parallelism. • Java 7 and Java 8 have introduced new frameworks for parallelism (ForkJoin, Stream) that have significantly changed the paradigms for parallel programming since the early days of Java. • 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. • During the course, you will have online access to the instructor and the mentors to get individualized answers to your questions posted on forums. The desired learning outcomes of this course are as follows: • Theory of parallelism: computation graphs, work, span, ideal parallelism, parallel speedup, Amdahl's Law, data races, and determinism • Task parallelism using Java’s ForkJoin framework • Functional parallelism using Java’s Future and Stream frameworks • Loop-level parallelism with extensions for barriers and iteration grouping (chunking) • Dataflow parallelism using the Phaser framework and data-driven tasks Mastery of these concepts will enable you to immediately apply them in the context of multicore Java programs, and will also provide the foundation for mastering other parallel programming systems that you may encounter in the future (e.g., C++11, OpenMP, .Net Task Parallel Library)....

Top reviews

LG

Dec 12, 2017

This is a great course in parallel programming. The videos were very clear, summaries reinforced the video material and the programming projects and quizzes were challenging but not overwhelming.

SV

Aug 27, 2017

Great course. Introduces Parallel Programming in Java in a gentle way.

Kudos to Professor Vivek Sarkar for simplifying complex concepts and presenting them in an elegant manner.

Filter by:

176 - 200 of 251 Reviews for Parallel Programming in Java

By Anton O

•

Dec 17, 2017

Good course. I've expected less theory and more practice, but all in all I'm happy with the course. Block about parallel streams was the most useful for me. On the other hand part about array multiplication was quiet useless from practical point of view.

By Abid A S

•

Apr 18, 2020

Was quite helpful... cleared many basic concepts in parallel programming ... but you should come up more industry oriented examples .. code samples uses rice university's own package in some examples..these could be done with regular java libraries

By Artur G

•

Aug 4, 2017

This course is quite a shot one. The lectures are condense and programming assignments are purely academic. However I still would suggest to take it if one wants to learn about high level abstraction upon parallel computing in Java.

By Cyril A

•

Jan 22, 2019

Materials are informative. Instructor is good. Good to have programming assignments to practice the material learned. Assignments after assignment 2 were a little light though. The first two assignments were at a good level though.

By erdem o

•

Dec 10, 2017

It was a useful course, but last two homeworks were exactly same as professor explained in demo implementations. I would expect them to take a bit more time and having a variety of easy/difficult tasks in each homework.

By Donghe X

•

Mar 17, 2019

Thanks for the course materials! I'm getting a lot of new knowledges from the course for cs fundamentals. I'd like to suggest to have more concrete examples to explain many concepts like SPAN, signal and put, etc.

By Jimmy C C

•

Jun 25, 2020

Great introduction to parallel programming. Lectures were clear, summaries were helpful, quizzes were not trivial, discussion forum is good, but the assignments' grading system could be improved.

By Sagnik D

•

May 26, 2020

I found the explanation of how to precisely code phasors lacking as the Thread stuff was already provided in sample code and never explained. Quite satisfied with the rest of the course though.

By Krishna K

•

Jun 19, 2018

Excellent Course.I always wanted a good course on java concurrency and parallel programming.And finish->async, isolated, forAsync constructs are awesome.I have learnt much from this course.

By Elias R

•

Jul 28, 2019

Very good and comprehensive video lectures! Sometimes the auto-grader results from Coursera fluctuate from one submission to the other, but overall it was a really interesting course.

By Valdas Ž

•

Nov 7, 2017

Very useful course about parallel programming theory and practice.

Could be less examples with custom libraries instead of standard java features looking to practical usage at work.

By J.Pruthvi C

•

Sep 8, 2021

Good introduction to the concepts of parallel programming, the programming assignments were a bit easy though and could be made harder to improve the learning experience.

By Vaibhav G

•

Jun 3, 2020

Very well structured, taught and paced course, I only wish it had a passing project which would have given us more hands on practice and insights to parallel programming.

By Sebastiaan V

•

Sep 24, 2018

The information found in this course is great. The first and second mini projects were of average difficulty, but the third and fourth mini projects were too trivial.

By Naveen K

•

Jul 5, 2020

Explanation of theory was best. But Assignments lacked clarity. For example, we might expect little more clarification about threads In order to use them effectively

By Aykut B

•

Jan 28, 2018

Instructor is awesome. However instead of sharing ready libraries for parallelism (like forall loop) in section 3, native codes should be used for forall loops etc.

By Sarvasva R

•

Aug 30, 2017

Introduction to theoretical concepts was good, but not very deep. The exercises didn't really contribute much to my understanding of the course material in general.

By Yasmin E

•

Feb 27, 2019

This course explain the concepts in a great way but the exercises

needs to be more rich with problems to enhance our understanding to the concepts.

By Thatiana F

•

Sep 5, 2017

A great course, but I think it would be even better if only the structures from Java 8 were used, and not the functons build by the Rice University.

By Akshat A

•

Sep 6, 2018

Great material, well arranged course flow, willing teacher, and nice project snippets. More coding samples and projects could have been included.

By Felix C

•

Jun 6, 2021

The last split average array example can have more graphic to illustrate for ease to understand the problem and solution for the last project.

By Umrao S R

•

Aug 16, 2020

Very good to learn parallel programming in java. excellent to teach in simple way with good example and current scope touching description.

By Shady I

•

Sep 3, 2017

The courses covers broadly the new synchronization primitives in Java8. It is very clear and demonstrative. It is very shallow though.

By Vitalii D

•

Apr 19, 2019

Thank you for this course! Really interesting, but lacks the real world examples and has little number of tasks to complete.

By Utkarsh K

•

Aug 30, 2023

I feel like this course can improved if more details/examples are provided in summary. But overall, a very nice course.