If writing correct programs is a difficult exercise, writing a correct parallel program is even more difficult. So why are we interested in parallelism ?
- Threads are an essential feature of the Java language and allow to simplify the development of applications by transforming the complicated code into a more correct and structured code.
- Moreover, threads are the most direct way to exploit the power of multiprocessor systems. As the number of cores increases in machines, the exploitation of concurrency becomes essential.
Lesson Plan (French) the following git, contains all the courses studied during the year 2017 in first year Master degree, with the associated practical work "TP". if you appreciate this work, like and follow my github <3