Static import is a new feature introduced in j2SE 5.0. It allows the static members of the imported class to…
August 26th, 2009
Static Import statements
No Comments, Java Facts, by Daisy Williams.The static import is a new feature of J2SE 5.0 that allows unqualified access to static members without inheriting from…