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
How can we handle exceptions thrown by jsp service method?
What is server side programming language?
When the destroy method of the jsp's are called?
What is the jsp?
Why is used in jsp?
What is jsp technology?
Can I run jsp on xampp?
What is tld in jsp?
What is
What do jsp literals consist of?
What are the two types of comments supported by jsp?
What are the steps involved in reading data from a form using jsp?
How to create menu in jsp with example?
Why is _jspservice() method starting with an '_' while other life cycle methods do not?
What is the difference between include directive and include action?