royvanrijn: "This account isn't authorised" and "You are unknown in this system"... great, synchronization and can't logon :-(

Handling null in Java

February 1st, 2010

Its a problem I encouter in most JEE projects I’ve worked on so far. Handling null-values. But why is this a problem? And what strategies can we follow to reduce the problem? That is what I’m trying to find out in this post.

Continue reading »