Core Java
-

Generating a stream of Fibonacci numbers
A Java stream represents potentially an infinite sequence of data. This is a simple post that will go into the…
Read More » -

System Stubs: Another Minor Release
In today’s new release of System Stubs there’s increased documentation for testing logging output, as well as a new class…
Read More » -

The Temporary Test Property
Just because you can make a variable a long-term property of a test fixture doesn’t mean you should. This is…
Read More » -

So I Wrote a Library
If you’ve never done it, go out and find an open-source project to contribute to. Whether it’s one of your…
Read More » -

Testing Logging Output in Java
One of my more popular posts on this site is on how to use Mockito to mock logging. Testing that…
Read More » -

How to get current date time with Java 8
In this quick tutorial, we will see, how to get current date time using Java 8. Java 8 had come…
Read More » -

Static Nested Classes Java
In Java, it is possible to define a class within another class. Class defined within another Class is called a…
Read More » -

Builder Design Pattern
Hello Friends, In this tutorial, we will discuss Builder design pattern. Key topics we are going to discuss are :…
Read More » -

Java Predictions for 2021 on Foojay
Geertjan Wielenga has posted “Java Predictions for 2021” on Foojay Today. It is a collection of predictions about Java in…
Read More »
