Core Java
-
If You’ve Written Java Code in 2016 – Here Are the Trends You Couldn’t Have Missed
The most interesting Java-related-topics that were ‘it’ during 2016 There are a lot of trending topics when it comes to…
Read More » -
Adding microbenchmarking to your build process
Introduction As an industry, we are adopting higher transparent and more predictable build processes in order to reduce the risks…
Read More » -
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 »