Sometimes I write stuff in Java. Most often the problems to solve are quite ‘niche’. So please bare with me. You might be interested in as well in my ramblings about OOP.

  • Constants in Java

    Behaviour depending on Constants is not something ‘Object Oriented Programming’ encourages, rather the opposite. However, sometimes they are needed. A simple example, wrapping for example a ‘C’ library or communicating with another device via byte arrays.