Java concurrency package: Difference between revisions
Jump to navigation
Jump to search
imported>Michael T. Rakszawski (Added Links subheading and Java link) |
imported>Michael T. Rakszawski (Added link to Java Concurrency in Practice) |
||
Line 7: | Line 7: | ||
==Links== | ==Links== | ||
[http://www.javaconcurrencyinpractice.com/ Java Concurrency in Practice] | |||
[http://www.sun.com/java/ Java Technology] | [http://www.sun.com/java/ Java Technology] |
Revision as of 17:58, 28 July 2010
To provide students with experience in collaboration, you are warmly invited to join in here, or to leave comments on the discussion page. The anticipated date of course completion is 13 August 2010. One month after that date at the latest, this notice shall be removed. Besides, many other Citizendium articles welcome your collaboration! |
The Java concurrency package is a library supporting threading and parallel programming in the Java programming language.