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
Give the use of session object.
What is jsp syntax?
What is a hidden comment?
Can jsp run without server?
What is the difference between jsp and thymeleaf?
How can we disable java code or scripting in jsp page?
What do you mean by isscriptingenabled attribute?
Can a constructor be used in place of init() method to initialize a servlet?
What are the different scope values for the jsp objects?
What are the advantages of jsp?
What does .com stand for?
What is jsp scriptlet?
Is jsp technology extensible?
What does jsp mean?
What is a declaration statement?