Core Java
-

Java 8 Features Tutorial – The ULTIMATE Guide (PDF Download & video)
EDITORIAL NOTE: In this post, we feature a comprehensive Java 8 Features Tutorial. It’s been a while since Java 8…
Read More » -

10 Features in Java 8 You Havenāt Heard Of
Lambdas lambdas lambdas. Thatās all you ever hear about when talking about Java 8. But thatās just one part. Java…
Read More » -

Java Code Style: The Final Decision
Isnāt it funny how the alleged most unremarkable things can lead to controversial discussions or sometimes even heated debates with…
Read More » -

Using AssertJ and Awaitility together thanks to Java 8 and lambdas
AssertJ and Awaitility are two of my favorites tools using in automatic code testing. Unfortunately until recently it was not…
Read More » -

-

How JSR107 Caching Annotations are meant to be used
I am getting a few questions lately on JSR107 caching annotations and whether implementations of JSR107 are providing them. Caching…
Read More » -

How to Convert Byte Array to InputStream and OutputStream in Java
Are you stuck with your coding because you have a byte array and next method in chain needs an InputStream?…
Read More » -

Playing with Java 8 – Lambdas and Concurrency
So Java 8 was released a while back, with a ton of features and changes. All us Java zealots have…
Read More » -

Live Templates in IntelliJ
As described here, IntelliJās live templates let you easily insert predefined code fragments into your source code. I have posted…
Read More »

