Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Joel Elliott   on Oct 10 In Java Category.

  
Question Answered By: Anna Hill   on Oct 10

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)

Share: 

 

This Question has 5 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on Calling classes Or get search suggestion and latest updates.


Tagged: