Java Static Import
Apr 30th, 2009 | By admin | Category: JavaJava 5 introduces a feature of importing static member of other class without qualifying by the class name. We should not keep any static member in an interface and then inherit from that rather it is a better idea to import them to a new class.This post illustrates the step-by-step procedure to achieve it.