Oracle
Past Presentations
Asynchronous API With CompletableFuture
Since Java 8, CompletableFuture has enabled asynchronous, future-based programming in Java and is one of the most powerful features suitable for creating asynchronous APIs. This presentation, based on real project experience, goes beyond the CompletableFuture public API. It reveals internal...
Java 9: Tips on Migration and Upgradability
Join Bernard Traversat, Vice President of Java SE Development at Oracle to discuss migration strategies for Java 9 and the important of the new Java 9 module system to improve Java code upgradability. As the speed of deployment in the cloud is accelerating, the compatibility and upgradability of...
Interviews
Asynchronous API With CompletableFuture
What do you do day-to-day?
Making things faster is my primary goal. Not only by measuring not only providing some performance guidance, but also working on different projects.
Read Full Interview