TD n 1 Programmation concurrente en Java - IRIF

Le multithreading est intégré au langage Java. La création de threads est très simple : Thread t = new Thread (); // créer un nouveau thread t. start ();.