Core Java
-

ClassNotFoundException: is it slowing down your JVM?
Most Java developers are familiar with the infamous and very common java.lang.ClassNotFoundException. While the sources of this problem are generally…
Read More » -

How much faster is Java 8?
Java SE 8 was released yesterday. Traditionally, every new major JRE version comes with a free performance boost. Do we…
Read More » -

Constructor/Method Parameters Metadata Available Via Reflection in JDK 8
One of the lesser advertised new features of JDK 8 is the optional ability to include parameter metadata in compiled…
Read More » -

New Parallelism APIs in Java 8: Behind The Glitz and Glamour
I’m a great multi-tasker. Even as I’m writing this post, I can still find room to feel awkward about a…
Read More » -

Java 8 Friday: The Dark Side of Java 8
At Data Geekery, we love Java. And as we’re really into jOOQ’s fluent API and query DSL, we’re absolutely thrilled…
Read More » -

Creating your own loop structure in Java 8 lambda
Java doesn’t have an easy construct of repeat something N number of times. We can make a for loop of…
Read More » -

150 Java Interview Questions and Answers – The ULTIMATE List (PDF Download & video)
Our Java Interview Questions and Answers collection is all about different types of questions that can be used in a…
Read More » -

Common Misconceptions About Java
Java is the most widely used language in the world ([citation needed]), and everyone has an opinion about it. Due…
Read More » -

How not to use Java 8 default methods
Warning: you can not make this unseen once you have read I was talking about the multiple inheritance of default…
Read More »
