actually yesterday im going JSP Complete Reference,
there accidentaly i saw abt <%@ page import="" %>
there i learnt the follwing, so plz clarify me abt the
following..
import statements are just like shorthand way(Vector
vMain = new Vector()) of using fully qualified class
names(java.util.Vector vMain = new java.util.Vector())
will all static members initialized automatically??
(even though im not refering tht perticular class
anywhere in a package) (i tested & it not initialized
any of the static parameters)