String.intern() – there are better ways
I don’t want to write a “considered harmful” article (because they are
harmful), but after
experimenting with different solutions I do have a strong opinion that
there almost no reason to use String.intern() in Java. But let us
proceed step-by-step.
First of all, what does String.intern() do ...
more ...
Recently I was reading the blogpost on the BrekingPoint labs log about

There is a lot of debate on the intertubes if one should or shouldn’t
use wildcard imports. I’m mostly indifferent to the discussion (mainly
because all the package references are resolved compile time – so there
is no performance overhead – and because today’s