Static Imports in Java
I’ve just been doing some reading up on some various Java documentation – and came across the list of new language features in Java 5 (yeah – I know, we’re at 6 now). At any rate, I came across this gem about static imports, copied verbatim from Sun’s online documentation: So when should you use [...]


