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
What do you mean by jsp?
What is scriptlet in jsp?
What is the
Define Static Block.
What is out println in jsp?
How to include a jsp file in another jsp file?
Why is _jspservice() method starting with an '_' while other life cycle methods do not?
Why taglib is used in jsp?
What is the difference between "JTable" and "JTGrid"? can they be used interchangeably?
Is jsp server side or client side?
Which jsp method cannot be overridden?
What is the default value of session attribute in jsp?
Mention the various implicit objects used in the expression
List the various action tags used in jsp.
Why jsp is better over static html also explain lifecycle of a jsp?