A review on Java performance for many objects using Java Collections or alternative collections, with the impact of serial vs. parallel streams. For some streaming data sets, parallel processing can be slower than the default. (more…)
Read more »
Say goodbye to checked exceptions forever. Contribute to rogerkeays/unchecked development by creating an account on GitHub. (more…)
Read more »
You can use this guide to get an overview of how to access databases in Java. From databases like MySQL, Postgres and Oracle, to libraries like JDBC, Hibernate and jOOQ. (more…)
Read more »
This post provides an overview of Gradle’s Java 9 support, touching on runtime, cross-compilation, MRJARs, and Jigsaw modules support. We’ve fielded lots of questions since Java 9 was released last month, and decided it best to answer here. (more…)
Read more »
In this article, I’ll give you some advice and best practices for dealing with Java dependencies in your project. (more…)
Read more »