Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What's the difference between an import and include directive,
and also the difference between include directive and
include action?



What's the difference between an import and include directive, and also the difference between..

Answer / vasanth

import directive is used to import any java classes into the jsp. eg : import java.lang.String, whereas include directive is used to include a content of another jsp.

'include' directive is used to include content from a jsp which is static for ever once the jspServlet created for it. The include jsp will not compipled each and every time it gets loaded Header and footer jsps can be included in this method.

If any jsp is included thru include action, the content of the jsp will be compiled and the respective output will be generated and rendered to the including jsp each and every time the including jsp is getting loaded.

Is This Answer Correct ?    23 Yes 4 No

Post New Answer

More JSP Interview Questions

Explain jsp:plugin action?

0 Answers  


Which categories can be divided jstl tags, give examples.

0 Answers  


Which method cannot be overridden in jsp?

0 Answers  


Is jsp page extensible true false?

0 Answers  


How do I perform browser redirection from a jsp page?

0 Answers  


What is meant by implicit objects and what are they?

0 Answers  


What is called jsp directive?

0 Answers  


What is jsp and its features?

0 Answers  


When destroy method of jsp is called?

0 Answers  


What is the difference between JSP and Servlet?

21 Answers   HCL, T3 Softwares, Tibco,


Show attributes of page directives.

0 Answers  


Which tag is used for error handling in jsp pages?

0 Answers  


Categories