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 / ravikiran

Directive Include:
Directive include will include the included page to the
including page during translation time.Here the page will
included to the current page and compiled as a single
translation unit.And is mainly used when the including page
has some dependancy with the include page.

Action Include:
Action include will include the page during run time.means
the first page will will compiled individually and the
including page will compiled separetly and inclusion takes
place.so it's like a dynamic inclusion

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can the session in servlet can be destroyed?

1221


What is the difference between CGI and Servlet?

1128


What is servlet name in web xml?

1042


What do you mean by httpservlet and how it is different from the genericservlet?

1121


How will you pass values from HTML page to the servlet?

1100


how many jsp scripting elements are there and what are those?

1063


What is servlet in simple terms?

1074


What do you mean by scope object and what are its types?

1122


What is the workflow of a servlet?

1227


What is the use of welcome-file-list?

1074


How to upload a file to the server using servlet?

1056


What is api in servlet?

1073


What is the web server used for running the Servlets?

1062


Who is responsible for writing a constructor?

1309


Given the request path below, which are context path, servlet path and path info?

1096