Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

ServletConfig Interface in servlets

ServletConfig interface: For each servlet, an instance of this interface is created by the container. With the help of this instance, information can be fetched from the configuration file (web.xml). Advantage: You don't need need t...

Session tracking in servlets by using HttpSession

HttpSession Interface It is one of the session tracking techniques. It basically creates a session for each user and is used to maintain the request data and time interval of a particular. A user may give more than one requests at a particul...

Use of filters in Servlet

Servlet Filter: Servlet Filter is used to filter the unnecessary requests that is received at the servlet end. It is used to perform tasks such as conversion, logging, compression, encryption and decryption, input validation etc. It is call...

Servlet request processing by Web Server and Servlet container

1. Web Server A web server is basically used to give the response to the request specified by the browser (user). It basically uses HTTP protocol for the transmission of data. eg. A user can request for some page by entering the web addres...

Prevent site from showing up in search results on Google, Bing and other search engines

Sometimes we need to prevent our testing.dev site from showing up in search results on Google, Bing and other search engines until we are ready to launch. We can do this by addting "X-Robots-Tag" paramet to header of the response. Create filte...

What is servlet ?

Servlet is very powerful server side scripting language. It is a class which basically handle network request-response model. It is very powerful as we had earlier like CGI. Basic Request-Rsponse Model When browser send http request to jav...
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: