Java

Safely toString a Java object

In this little article, we will see how to get the string representation(tostring) of an object cautiously, that means avoiding NullPointerException. Getting the String representation of a Java object is something we often do for logging, debugging, or simply for Read more...

By Orleando Dassi, ago
Just Me

Presentation

I'm Orleando Dassi, a Cameroonian-based Software Developer with a passion for building useful Software and experimenting with new things each day, plus I love innovation and continuous learning. That is already 4 years that I'm in the Software industry and Read more...

By Orleando Dassi, ago
Shares