• For Individuals
  • For Businesses
  • For Universities
  • For Governments
Coursera
  • Online Degrees
  • Careers
  • Log In
  • Join for Free
    Coursera
    Chevron Left
    Back to Parallel Programming in Java

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

    Filled StarFilled StarFilled StarFilled StarHalf Faded Star
    4.6
    stars
    1,225 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 det...
    ...

    Top reviews

    LG

    Dec 13, 2017

    Filled StarFilled StarFilled StarFilled StarFilled Star

    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 28, 2017

    Filled StarFilled StarFilled StarFilled StarFilled Star

    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 262 Reviews for Parallel Programming in Java

    Filled StarFilled StarFilled StarFilled StarStar

    By Ashwin K

    •

    Jun 12, 2020

    I feel the course can have more theoretical foundations included as well. And the assignments should be more challenging and more explanatory as well to reinforce concepts in a better way. But otherwise, really good course to get started understanding async programming constructs. Helped me clear a lot of doubts that I had.

    Filled StarFilled StarFilled StarFilled StarStar

    By Mitrofanov P

    •

    Nov 12, 2017

    Tasks are too simple. All the information isn't covered in depth, so consider this course as a sort of introduction to the theory of parallel programming as well as many important Java language features. It gives you a basic idea and points you to the right direction in case you're interested in this complex topic.

    Filled StarFilled StarFilled StarFilled StarStar

    By Ashutosh S

    •

    Dec 17, 2020

    The content and presentation is very good. The exercises are very limited, and repeat of the problems in video lectures with minor variations in some cases. Also it is very frustrating to meet the benchmark performance on exercise. It passes on autograder fails locally so you just keep doing hit and trial.

    Filled StarFilled StarFilled StarFilled StarStar

    By Diogene N

    •

    Oct 24, 2018

    This course is a very nice introduction to parallel programming in Java. It highlights the key libraries to explores for production use. On thing I didn't like is that the programming assignments are a copy paste of the demonstration videos in the course. All in all I enjoyed taking this course!

    Filled StarFilled StarFilled StarFilled StarStar

    By Robert C

    •

    Apr 6, 2022

    I liked this course. I had time off so it took about a week's worth per day. I think more engaging mini projects would be helpful, but I understand it's hard - maybe slowly build something trhoughout the course to see moere real-world applications ( a bigger foundation codebase to build upon)

    Filled StarFilled StarFilled StarFilled StarStar

    By Antonio J M G

    •

    May 4, 2018

    Great content, thank you very much for putting this together. I have enjoyed reviewing the fundamentals and learn more about the Phaser's API. My only suggestion will be to add more exercises, even if they are optional, so people can practice more the concepts introduced.

    Filled StarFilled StarFilled StarFilled StarStar

    By Benjamin G J

    •

    Aug 6, 2018

    The exercises are just a little short and I'd like to see, maybe, twice as many quizzes with a better connection to lecture notes, but the lectures are very enlightening, the subject matter is very interesting, and the exercises, though excessively sparse, are helpful.

    Filled StarFilled StarFilled StarFilled StarStar

    By Alban D

    •

    Apr 15, 2019

    Very interesting content: it is definitely useful to get into that topic. Mini projects are sometimes a bit light: what has to be done is so simple that it can be frustrating... or misleading (I would expect to have more than a single line to change sometimes).

    Filled StarFilled StarFilled StarFilled StarStar

    By Saifuddin M

    •

    Oct 15, 2017

    I liked the course. It introduced some of the concepts in parallel programming very well. I would suggest if it focuses more on Java implementations from the java.util.concurrent package like Countdown Latches and Cyclic Barriers it would be more helpful.

    Filled StarFilled StarFilled StarFilled StarStar

    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.

    Filled StarFilled StarFilled StarFilled StarStar

    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

    Filled StarFilled StarFilled StarFilled StarStar

    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.

    Filled StarFilled StarFilled StarFilled StarStar

    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.

    Filled StarFilled StarFilled StarFilled StarStar

    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.

    Filled StarFilled StarFilled StarFilled StarStar

    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.

    Filled StarFilled StarFilled StarFilled StarStar

    By Jimmy C C

    •

    Jun 26, 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.

    Filled StarFilled StarFilled StarFilled StarStar

    By Sagnik D

    •

    May 27, 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.

    Filled StarFilled StarFilled StarFilled StarStar

    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.

    Filled StarFilled StarFilled StarFilled StarStar

    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.

    Filled StarFilled StarFilled StarFilled StarStar

    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.

    Filled StarFilled StarFilled StarFilled StarStar

    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.

    Filled StarFilled StarFilled StarFilled StarStar

    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.

    Filled StarFilled StarFilled StarFilled StarStar

    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

    Filled StarFilled StarFilled StarFilled StarStar

    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.

    • Chevron Left
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 8
    • 9
    • 10
    • 11
    • Chevron Right

    Coursera Footer

    Technical Skills

    • ChatGPT
    • Coding
    • Computer Science
    • Cybersecurity
    • DevOps
    • Ethical Hacking
    • Generative AI
    • Java Programming
    • Python
    • Web Development

    Analytical Skills

    • Artificial Intelligence
    • Big Data
    • Business Analysis
    • Data Analytics
    • Data Science
    • Financial Modeling
    • Machine Learning
    • Microsoft Excel
    • Microsoft Power BI
    • SQL

    Business Skills

    • Accounting
    • Digital Marketing
    • E-commerce
    • Finance
    • Google
    • Graphic Design
    • IBM
    • Marketing
    • Project Management
    • Social Media Marketing

    Career Resources

    • Essential IT Certifications
    • High-Income Skills to Learn
    • How to Get a PMP Certification
    • How to Learn Artificial Intelligence
    • Popular Cybersecurity Certifications
    • Popular Data Analytics Certifications
    • What Does a Data Analyst Do?
    • Career Development Resources
    • Career Aptitude Test
    • Share your Coursera Learning Story

    Coursera

    • About
    • What We Offer
    • Leadership
    • Careers
    • Catalog
    • Coursera Plus
    • Professional Certificates
    • MasterTrack® Certificates
    • Degrees
    • For Enterprise
    • For Government
    • For Campus
    • Become a Partner
    • Social Impact
    • Free Courses
    • ECTS Credit Recommendations

    Community

    • Learners
    • Partners
    • Beta Testers
    • Blog
    • The Coursera Podcast
    • Tech Blog
    • Teaching Center

    More

    • Press
    • Investors
    • Terms
    • Privacy
    • Help
    • Accessibility
    • Contact
    • Articles
    • Directory
    • Affiliates
    • Modern Slavery Statement
    • Manage Cookie Preferences
    Learn Anywhere
    Download on the App Store
    Get it on Google Play
    Logo of Certified B Corporation
    © 2025 Coursera Inc. All rights reserved.
    • Coursera Facebook
    • Coursera Linkedin
    • Coursera Twitter
    • Coursera YouTube
    • Coursera Instagram
    • Coursera TikTok
    Coursera

    Welcome back

    ​
    Your password is hidden
    ​

    or

    New to Coursera?


    Having trouble logging in? Learner help center

    This site is protected by reCAPTCHA Enterprise and the Google Privacy Policy and Terms of Service apply.