SCJP Certification

Sun Certified Java Programmer Certification exam essentials

Posts Tagged ‘import’

February 8th, 2010

What are the types of static import?

No Comments, Java Facts, by Daisy Williams.

Static import is a new feature introduced in j2SE 5.0. It allows the static members of the imported class to…

Share

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…

Share