学生对 Rice University 提供的 Concurrent Programming in Java 的评价和反馈
课程概述
热门审阅
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.
51 - Concurrent Programming in Java 的 75 个评论(共 111 个)
创建者 Tai H T
•Nov 21, 2017
Good course. Thank you.
创建者 Carlos J G R
•Apr 16, 2021
Un excelente curso
创建者 Ілля В
•Dec 29, 2020
Outstanding course
创建者 Raghav A
•Mar 29, 2019
Excellent Course
创建者 Dmitrii C
•Jan 13, 2021
great lectures!
创建者 Андрей С
•Jun 18, 2020
Amazing course.
创建者 Apekshit K
•Jul 30, 2020
Nice to learn.
创建者 Rahul T
•Oct 17, 2019
Nice course!!
创建者 Jingci L
•Jun 18, 2020
Very helpful
创建者 Мухин С А
•Sep 25, 2018
Хорошо
创建者 vaibhav j
•Sep 24, 2017
Great
创建者 Partha B
•Feb 14, 2019
Good
创建者 Donghao F
•Sep 9, 2017
nice
创建者 Dhruva C
•Oct 27, 2024
I thoroughly enjoyed taking this course. The knowledge and perspectives discussed were immensely helpful and have significantly broadened my understanding. The high-level abstractions taught were phenomenal and provided deep insights into the subject matter. While I appreciated the content, I felt that incorporating more exercises would enhance the learning experience even further. Practical exercises would allow for better application of the concepts covered. Overall, this course was incredibly valuable, and I am grateful for the opportunity to have participated.
创建者 Xiao X
•Mar 14, 2018
The feedback will be similar to the first course, parallel programming in java, such that the course contents are good. The lecturer can explain the theory very well. But the homework is just repeating of the demo video. I hope we can have the opportunity to practice the actual thread creation, joining, etc. instead of using the API call.
创建者 Wang S
•Aug 9, 2017
some suggestions: *the assignment is too easy.*
perhaps make more mini projects with different situations to solve:
parallelize simple program (more!!) / identify and fix deadlock / livelock / improve performance for bad implementation)
thanks for your great effort in offering this course! GREAT JOB!
创建者 Konstantin M
•Dec 10, 2017
Generally, provided material is very usefull in modern programming experience.
Something I would change in the course program are instructions to use custom PCDP library. This hardly can be used in real-life projects in future. Some original Java constructions is a better choice for me.
创建者 Jimmy C C
•Jun 29, 2020
Good refresher on concurrency from my OS class. The concurrent minimum spanning tree was interesting, but the assignment for it has a pretty bad grading system. Lectures are clear, except the linearizability part.
创建者 Ankit M
•May 17, 2020
Actors could use a bit more time and i would add like small coding exercises in the middle may be ? Also, grading could be a bit ore lenient with speed up. I had to submit multiple times with very minor changes.
创建者 Andrew D M
•Jan 26, 2020
Course content is well-structured and covers basic topics of concurrent programming.
However, code quality and tests for exercises could be better. Usually to pass an assignment you have to send it many times.
创建者 Josefine L
•Jul 9, 2018
Very good, but I'd like more practical examples and walk-troughs. If you don't get it the in the only example or the demo, then you're left on your own to Google for more examples and a deeper understanding.
创建者 André F L C
•Jul 4, 2019
Este curso depende del curso de Paralelismo, por esta razón se debe tomar los cursos en orden. Debería tener mas ejemplos de código para un mejor feedback de la teoría.
创建者 ChitoseYono
•Apr 18, 2022
As a course for introduction it is good. But it mentioned very little of how we implement all these concept like isolation and actors. I wanna see more of it.
创建者 Endless E
•Jul 29, 2018
A lot of my time has been wasted due to a very poor explanation of actors. All it takes is "Actors have their own threads and that is how they are concurrent.
创建者 Farruh H
•Nov 27, 2020
It could have been better. Course content is very basic and just scratches the surface of concurrent programming. However, fully recommend it for beginners.