Will your applications run faster with Java 9?
Java 9 comes with several enhancements on how Strings are being handled, promising to improve the performance of your applications.
Read more DetailsJava 9 comes with several enhancements on how Strings are being handled, promising to improve the performance of your applications.
Read more DetailsWhen we face bugs or performance issues in production we have to worry about how we can make a good analysis without worsering the situation. Reproducing a problem in staging or in a development environment is a real challenge. And debugging tools are often not so easy to use in production without making a huge impact on applications.
Read more DetailsAfter some tough negotiations within the JCP (Java Community Process), OpenJDK 9, the Reference Implementation of Java Standard Edition, is to be released on September 21 2017. It will bring about 80 new features, the most important one being Java Platform Module System (JPMS), more known by its project name Jigsaw. For the rest of this article, I will use both terms (JPMS and Jigsaw) without differentiation.
Read more DetailsEarlier this year was the qualification round for Google Hashcode 2017 .
Read more Details