Core Java
-
How To Implement equals Correctly
A fundamental aspect of any Java class is its definition of equality. It is determined by a class’s equals method…
Read More » -
The Top 10 Exception Types in Production Java Applications – Based on 1B Events
The Pareto logging principle: 97% of logged error statements are caused by 3% of unique errors We received a lot…
Read More » -
Gradle tricks – display buildscript dependencies
The simply way how buildscript dependencies (e.g. plugins) can be displayed and analyzed in Gradle Introduction This is the third…
Read More » -
How to Master Your Java Memory (and Save Your Programming)
Solve App Problems 10x Faster with AppDynamics – Monitor production apps at code-level depth with minimal overhead. Start a FREE…
Read More » -
Observations From A History of Java Backwards Incompatibility
For the most part, Java is a very backwards compatible programming language. The advantage of this is that large systems…
Read More » -
Getting a name for someone to connect back to your server
When doing test automation it is often the case you need to know the name of the current machine in…
Read More » -
Back to the CompletableFuture: Java 8 Feature Highlight
CompletableFuture vs Future: going async with Java 8 new features Java 8 was released on March 2014 and arrived with…
Read More » -
Lombok, a compile time Java annotation preprocessor to minimize code size
In this article we are going to see how can we use lombok inside our regular Java Code to minimize…
Read More » -
[MEGA DEAL] The Ultimate Java Bundle (95% off)
Begin Your Programming Odyssey by Tackling This Popular Coding Language with 114 Hours of Training Hey fellow geeks, This week,…
Read More »