Core Java
-
Apache Commons Lang StringUtils
So, thought it’d be good to talk about another Java library that I like. It’s been around for a while…
Read More » -
High performance libraries in Java
There is an increasing number of libraries which are described as high performance and have benchmarks to back that claim…
Read More » -
What’s Cooking in Java 8 – Project Lambda
What is project lambda: Project lambda is the project to enable lambda expressions in java language syntax. Lambda expressions are…
Read More » -
What is behind System.nanoTime()?
In java world there is a very good perception about System.nanoTime(). There is always some guys who says that it…
Read More » -
Java 7: A complete invokedynamic example
Another blog entry in my current Java 7 series. This time it’s dealing with invokedynamic, a new bytecode instruction on…
Read More » -
Regular Expressions in Java – Soft Introduction
A regular expression is a kind of pattern that can be applied to text (String, in Java). Java provides the…
Read More » -
Java 7: Copy and Move Files and Directories
This post is a continuation of my series on the Java 7 java.nio.file package, this time covering the copying and…
Read More » -
“Java Sucks” revisited
Overview An interesting document on Java’s short comings (from C developer’s perspective) was written some time ago (about 2000? )…
Read More » -
Java 7: How to write really fast Java code
When I first wrote this blog my intention was to introduce you to a class ThreadLocalRandom which is new in…
Read More »