Friday, October 3, 2014

JVM Language Summit 2014 slides and videos available

The slides and videos for the JVM Language Summit 2014 are available in the next link:

http://www.oracle.com/technetwork/java/javase/community/jlssessions-2255337.html

My favorite presentations are:

  1. Evolving the JVM
  2. JVM at Google
What are your favorite presentations? 

Please share your opinions, and enjoy the presentations.  

No comments:

Post a Comment

Read files in Java 10 ways How to Read a File in Java Using BufferedReader and FileReader for Text Files Code Example: try (BufferedR...