Question

Can anyone suggest a good documentation/tutorial/book about the Future interface in Java?

Was it helpful?

Solution

OTHER TIPS

The javadoc itself of the concurrent package is pretty darn good. I think it's one of the most beautifully javadoced code in JDK.

Concurrent Programming in Java(TM): Design Principles and Patterns (2nd Edition) by Doug Lea. This is the book by the author of java.util.concurrent package. Java Concurrency in Practice is a very good book, too.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top