Recent Articles
This Servlet tutorial is to take you to the next step in learning servlets. As stated earlier in start of the servlet tutorial series, servl ...
July 27th, 2014
This tutorial is the standard Hello World program using Java Servlet. Using an IDE is the best choice to do development. It will help to inc ...
July 27th, 2014
This part of the servlet tutorial is to setup the development environment required to execute Servlets. Install and Setup Java To run the Ja ...
July 27th, 2014
Before going through the complete Servlet tutorial, it is better to understand tech jargons related to Servlets. Following are some of the t ...
July 27th, 2014
The Servlet is a type of Java class used in Java web applications which enhances the capabilities of a server. These Java servlets runs on a ...
July 27th, 2014
Before going into URL and URI, you need to know some background. Do you ever thought about, who decides what is URL? and what is URI? or who ...
October 7th, 2009
When I say life cycle, I can hear you murmur “Oh no not again, how many life cycles I have to deal with”! In real world everythi ...
September 24th, 2009
getServletConfig().getServletContext().getRequestDispatcher(“jspfilepathtoforward”).forward(request, response); The above line i ...
April 8th, 2009
Following answer is applicable irrespective of the language and platform used. Before we enter into session tracking, following things shoul ...
May 31st, 2008
destroy() gets executed and the initialization process continues. It is a trick question in servlets interview. In java servlet, destroy() i ...
May 27th, 2008