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 is attribute in jsp?
Can a subsequent request be accessed with one’s servlet code, if a request attribute is already sent in his jsp?
What language is used to write servlets and jsp?
Define jsp declaration?
Can any one explain about the project Approximate shortest distance computing:A query dependent local landmark scheme
When i am useing useBean tag of JSP in weblogic server It show compiletion error..Like bad class file: C:\bea\user_projects\domains\Mahesh\applications\UseBean\WEB-INF\classes\user\UserData.class class file has wrong version 49.0, should be 48.0 Please remove or make sure it appears in the correct subdirectory of the classpath. user.UserData user1 = null; //[ /SaveName.jsp; Line: 4]
What are the life-cycle methods for a jsp?
What is the advantage of using getProperty action, as compared to the accessor method?
What is jsp and why do we need it?
How many types of jsp tags are there?
How can I prevent the use of scripts and java code on the jsp page?
How to make a “new line in html” in jsp?
Can you disable the caching on the back button of a particular browser?
Explain the jspdestroy() method?
Give a sample jsp configuration in the deployment descriptor.