What are the two ways to include the result of another page?
Answer / Kunwar Saurabh Singh
In JSP, there are two ways to include the result of another page: using JSP Includes (JSP Includes are similar to Java's import statements and allow you to reuse common parts of your JSP across multiple pages) and using JSP Forwards (Forwards are used when you want to transfer control from one JSP page to another without the browser making a new request. This method is more efficient as it avoids round trips to the server)
| Is This Answer Correct ? | 0 Yes | 0 No |
How do I use a scriptlet to initialize a newly instantiated bean?
How do I use sendredirect?
How do I create a dynamic web project?
What is a declaration?
How can we create jsp custom tags?
How to print java variable in jsp?
What is the different between servlet and struts
How can multiple submits due to refresh button clicks be prevented?
How do I run a jsp file in linux?
How we can include the result of another page in jsp?
Which is best centre in chennai.. i am wil study to java... pls help me..
What is JSP?