Core Java
-

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 » -

Using Kafka with Junit
One of the neat features that the excellent Spring Kafka project provides, apart from a easier to use abstraction over raw Kafka…
Read More » -

[MEGA DEAL] All-Level Java Programming Bundle (98% off)
Start from Nothing, Become a Master in the World’s Most Common Programming Language Hey fellow geeks, This week, on our…
Read More » -

Observers for AST nodes in JavaParser
We are getting closer to the first Release Candidate for JavaParser 3.0. One of the last features we added was…
Read More » -

Java Bullshifier – Generate Massive Random Code Bases
A command line tool to generate massive random Java applications The command line tool you’ve been waiting for. Or not.…
Read More »

