What are the two ways to include the result of another page?



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

Post New Answer

More JSP Interview Questions

How do I use a scriptlet to initialize a newly instantiated bean?

1 Answers  


How do I use sendredirect?

1 Answers  


How do I create a dynamic web project?

1 Answers  


What is a declaration?

1 Answers  


How can we create jsp custom tags?

1 Answers  


How to print java variable in jsp?

1 Answers  


What is the different between servlet and struts

2 Answers  


How can multiple submits due to refresh button clicks be prevented?

1 Answers  


How do I run a jsp file in linux?

1 Answers  


How we can include the result of another page in jsp?

1 Answers  


Which is best centre in chennai.. i am wil study to java... pls help me..

3 Answers  


What is JSP?

3 Answers  


Categories