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

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


Please Help Members By Posting Answers For Below Questions

What is the default value of session attribute in jsp?

453


What is jstl (jsp standard tag library)?

525


What are the attributes on page directives?

504


How can I implement a thread-safe jsp page?

528


What’s the difference between forward and sendredirect?

554






How can we disable el?

512


What is iselignored in jsp?

499


How to send data from one page to another in jsp?

487


What is tld in jsp?

478


What are the steps for creating custom tags in jsp?

505


What are the lifecycle phases of a jsp?

549


in jsf page i use two dropdown list.i.e state & district.if state dropdown is selected then & then district is enable.what should be my code.

2082


How we can include the result of another page in jsp?

504


What is request getcontextpath ()?

500


How can a thread safe JSP page be implemented?

558