
what is difference betwen

Difference between jsp:include and jsp:forward
jsp:include , includes the page inside the current page... so the included page will appear exactly where u have added the jsp command inside the current page.Whereas,jsp:forward will forward the current page to the forwarded page i.e, when the current page is called the forwarded page is called immediately after it.
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.