Core Java
-
8 new features for Java 8
NOTE: Make sure to also check our detailed tutorial Java 8 Features – The ULTIMATE Guide. Jdk 1.8 aka, Java…
Read More » -
The Optional Type API
Java 8 introduces the Optional class. In a nutshell, instead of returning null, and then checking for null, you return…
Read More » -
5 Features In Java 8 That WILL Change How You Code
Java 8 is packed full of some really exciting features at both the JVM and language level. While some of…
Read More » -
Happy 8th Birthday Java!
It’s been another longer journey but yesterday, exactly two years, seven months, and eighteen days after the release of Java…
Read More » -
Joy of Coding… and mutation testing in Java
For many years now it has been good practice to write unit tests for your source-code. And also to use…
Read More » -
JavaSE 7,8: Determining Views Supported by a Particular File System
If you have questions about a file or a directory, such as whether it is hidden, whether it is a…
Read More » -
Why use Underscore in Numbers from Java SE 7 – Underscore in Numeric Literals
JDK 1.7 release had introduced several useful features, despite most of them being syntactic sugar, there use can greatly improve…
Read More » -
Java Facts to Blow your Mind! (infographic)
With the release of Java 8 scheduled for the coming days, we were on the lookout for some Java facts…
Read More » -
How to install Oracle’s Java on Ubuntu the easy way
Developers on Ubuntu are accustomed to seeing at least two flavors of Java. OpenJDK is an open-source build of the…
Read More »