Hi
is it possible to import static methods and varibles.if possible whats happening internally....Please advice...

You can use them, unless access levels prevent you from doing so.
Static just means that a variable or method is a class variable or method.
Examples include Color.Red and Integer.toString(int i).
More information in the API, I suggest you bookmark it.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.