-
Core Java
The Java ByteBuffer – a crash course
In my experience, java.nio.ByteBuffer is a source of confusion and subtle bugs when developers first encounter it, because it is…
Read More » -
Software Development
Solving the EULA problem
Everyone recognizes the situation. Some piece of software has released an update, or you are installing it for the first…
Read More » -
Core Java
Practical Garbage Collection, part 1 – Introduction
This is the first part of a series of blog posts I intend to write, whose aim will be to…
Read More »