Did you know that removing elements from large collections can be really slow and error prone if you do it the wrong way? Here's one way to do it right.
Curious as to how Java uses memory to store objects and arrays? Read on to find out some of the math behind it and more information on just how this is done.
The case is made for using Java EE 7 and 8 over Spring. Whether it's backward compatibility, the minimal configuration, or other benefits, here's what he has to say.
Read this post and learn how you can process data from a database in parallel using parallel streams and Speedment, which can lead to significant speed increases.