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 are the types of directives in jsp?
What class.forname will do while loading drivers?
Why are jsp pages the preferred api for creating a web-based client program?
What is the difference between directive include and jsp include?
How many tags are provided by jstl?
Which directive is used in jsp custom tag?
Give the use of exception object.
How to create menu in jsp with example?
What is jsp and its uses?
What is the use of implicit object named "application" in Application?
How can we use beans in jsp?
how to write the code of jsp program?
What are the 3 tags used in jsp bean development?
What is jsp and its features?
How to deactivate el on jsp?