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?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a tag file?

886


What is contextpath?

946


How can multiple submits due to refresh button clicks be prevented?

1029


What is jsp and its uses?

995


What is jsp page?

1006


What is meant by implicit objects and what are they?

960


Is jsp server side scripting language?

1030


What is iselignored in jsp?

1008


Can we use javascript with jsp pages?

1017


What is a scriptlet in jsp and what is its syntax?

967


What are context initialization parameters?

1088


List the different scope values for the tag in jsp?

943


What are the attributes on page directives?

920


What is the use of jsp and servlet?

937


How to restrict page errors display in a JSP page?

1020