Xarx, you are WRONG in your post: "BTW, this may also explain why in C# the syntax "~X()" is a shortcut for the Dispose method, not for the finalizer." "~X()" is the C# styntax for implementing the FINALIZER.http://msdn.microsoft.com/en-us/library/system.object.f...
Now, let's see couple ofdifferences between include and forward() methodfrom Servlet API: 1. First and foremost difference is that theinclude()method includes the content of a resource in the response, the resource could be another Servlet, JSP or HTML file. While the forward()method is us...
Btw, if you are new in JSP and just learning and preparing for interviews at the same time, then you should also look at Head First Servlet and JSP, one of the best books to learn and prepare for Servlet JSP interviews and certification at the same time. JSP include directive vs include...
The path to the resource isrelative, as the request itself has knowledge of the current URL. Btw, what is the difference between include and forward action is one of the common JSP interview questions, and if you are preparing for Java or JEE developer interviews then you should be aware o...