61
votes
10answers
3k views

Never use Strings in Java?

I stumbled upon a blog entry discouraging the use of Strings in Java for making your code to lack semantics, suggesting that you should use thin wrapper classes instead. This is the before and after ...