News

Googling for "Java return multiple values" reveals people like some "javatuples" library. I have not played with records yet, but if you are using Java >= 16, I would test using records.
In a previous blog posting , I listed some "everyday problems" Java developers will often face and included some ideas and links related to addressing these issues. One of the focal points of that ...