Java 8
-
Core Java
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 » -
Core Java
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 » -
Core Java
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 » -
Core Java
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 » -
Core Java
Java 8 default methods: what can and can not do?
What default method is With the release of Java 8 you can modify interfaces adding new methods so that the…
Read More » -
Core Java
How to process stream and read text file in Java 8
I have converted one of my old utility class using latest Java8. I use this often to print content of…
Read More » -
Core Java
Java 8 Date Time API Tutorial : LocalDateTime
This blogpost is a part of tutorial series on Date Time API introduced in Java 8. In this blogpost I…
Read More » -
Core Java
Add Java 8 support to Eclipse Kepler
Want to add Java 8 support to Kepler? Java 8 has not yet landed in our standard download packages. But…
Read More » -
Core Java
Java 8 Friday: Optional Will Remain an Option in Java
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 »