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...

Directive Include and Action Include how both are working
in JSP, what is the difference between both?In which
suituation we have to choose these elements?

Answer Posted / maruti.alapati

Directive Include:
1.Included the resources at translation time.
2.It supports only static resources.
3.If any changes are done in the JSP that are not freqently
changed.

Action Include:
1.Included the resources at request processing time.
2.It supports static & dynamic resources.
3.If any changes are done in the JSP that are change
freqently.

Is This Answer Correct ?    9 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the features are in servlet 3?

1103


What is servlet lazy loading?

1229


What is api in servlet?

1073


What is MIME Type?

1201


What is pure servlet?

1253


What are the different session tracking techniques?

1242


Explain the difference between servletconfig and servletcontext in servlet?

1095


What exception should be thrown when servlet is not properly initialized?

1057


How do we call one servlet from another servlet?

1099


What is the inter-servlet communication?

1220


How the servlet is loaded?

1126


A client sends requests to two different web components. Both of the components access the session. Will they end up using the same session object or different session ?

1142


How can you create a session in servlet?

1214


What is servlet name in web xml?

1041


Explain the servlet filter.

1041