
What is a servlet ?Servlet:a short introduction:-A servlet handles the requests from the server, that require servlet to add something or do some operations in response to the client request so that a dynamic page can be generated, rather than the same old monotonous static html pages.The servlet API's are generally provided along with Containers...