Chapter 13. Threading and Synchronization

Although Java has been a threaded language from inception, support for multithreaded programming in the base language has benefited from little innovation in recent years. Furthermore, while significant achievements have been made outside the base language—for example, Concurrent Programming in Java, by Doug Lea—the base language itself still supports only the lowest available common denominator because of the platform portability requirements of Java Byte-Code.

By contrast, Microsoft .NET and the common language runtime (CLR) expose many of the rich threading features available in Microsoft Windows and provide fine-grain control over the thread life cycle. .NET applications can also benefit from the many ...

Get C# for Java Developers now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.