I realize I am late to the discourse. I discovered that JavaScript allows for... switch (value) { case null: ... } What are the problems with allowing such a thing in Java?