August 2011
3 posts
6 tags
Aug 22nd
6 notes
FutureTask
Class FutureTask<V> “A cancellable asynchronous computation. This class provides a base implementation of Future, with methods to start and cancel a computation, query to see if the computation is complete, and retrieve the result of the computation. The result can only be retrieved when the computation has completed; the get method will block if the computation has not yet completed....
Aug 22nd
Things Every Programmer Should Know →
via, Java Code Geeks
Aug 10th
1 note