In my previous blog post I wrote about how Google Guava’s ListenableFuture is an improvement over Java 6’s Future class. … More
Tag: Java
How is Google Guava ListenableFuture better than Java Future?
Google Guava’s concurrency classes provide some advantages over using Java’s default classes. Guava’s Futures offer the following benefits: You can … More
The feel of Java, and Go
In an article titled The Feel of Java (PDF), James Gosling, one of the language’s creators, explains the design choices … More