Core Java
-

Interesting things happening in Language Engineering
If you read this blog you will know that I strongly believe in the power of languages. So I am…
Read More » -

MapStruct : Transferring data from one bean to another
Converting data from one form to another is a highly utilized concept in IT industry. MapStruct allows annotation based bean…
Read More » -

No, being wary doesn’t hurt Java. A comment about Java licensing.
So. Oracle want’s to make money from Java. And The Register published a very polarising piece with a super catchy title…
Read More » -

Publishing Snapshots With Gradle’s maven-publish Plugin
I’ve recently started a new project with Gradle and decided to jump straight in – no Gradle experience, no clue…
Read More » -

Data driven testing with Junit & easytest
In this article we are going to see how can we make a Data Driven testing with Junit. For this…
Read More » -

How to implement Thread pool in Java
A thread is an independent program’s path of execution. In java, each thread extends the java.lang.Thread class or implements java.lang.Runnable. Multithreading refers…
Read More » -

Compare Exactly in Java Equals Methods
As I’ve worked with legacy Java code over the years, I’ve run into subtle logic and performance issues that could…
Read More » -

What Future Java Might Look Like
During the second week of November was Devoxx Belgium, Europe’s biggest Java conference, and as every year the community’s who’s-who…
Read More » -

Why should you care about equals and hashcode
Equals and hash code are fundamental elements of every Java object. Their correctness and performance are crucial for your applications.…
Read More »


