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


which situation you use static include and dynamic include
in jsp?

Answers were Sorted based on User's Feedback



which situation you use static include and dynamic include in jsp?..

Answer / sreekanth madamanchi

This is Static include.
<%@ include file="header.jsp" %>
1.the file includes static text. i.e if we use the static
include, it will merge the contents of included jsp
(header.jsp) with main jsp at compile time. and the size of
the main jsp will increase. some times it may have problem,
because the maximum size of the jsp is 64kb.
2.if the file is changed,the JSP engine may not recompile
the JSP

This is Dynamic include.
<jsp:include page="header.jsp">
1.The file includes Dynamically. i.e at run time.
2.If the included file (header.jsp) is changed,the JSP
engine recompile the included JSP, because it will include
at run time.By using this the jsp size also not increased.
For Example
Static include (<%@ include file="header.jsp" %>) like our
#include (C++)
Dynamic include (<jsp:include page="header.jsp"> ) like our
import (JAVA)

Is This Answer Correct ?    46 Yes 3 No

which situation you use static include and dynamic include in jsp?..

Answer / anilkumar_iq

when same request and response objects are shared by
multiple JSP's in dynamic include

In static include internally,it will merge the contents(eg:
one.jsp and two.jsp) and creates a jsp as(one_two.jsp)then
generates the output of both the jsp's

Is This Answer Correct ?    15 Yes 4 No

Post New Answer

More JSP Interview Questions

Define Static Block.

0 Answers  


How can we extend jsp technology?

0 Answers  


What is pagecontext?

0 Answers  


What are the steps for creating custom tags in jsp?

0 Answers  


What is an expression language?

0 Answers  


How we can configure init params in jsp?

0 Answers  


What is jsp and its architecture?

0 Answers  


How can the output of JSP or servlet page be prevented from being cached by the browser?

0 Answers  


What information is needed to create a tcp socket?

0 Answers  


What language is used to write servlets and jsp?

0 Answers  


How jsp is executed by web server?

0 Answers  


Which is best centre in chennai.. i am wil study to java... pls help me..

3 Answers  


Categories