What advantages does Scala have over Java for concurrent programming?

Viewed 2530

How can scala make writing multi-threaded programs easier than in java? What can scala do (that java can't) to facilitate taking advantage of multiple processors?

3 Answers
Related