Servlet in Java

Servlet in Java : Servlet is a server side technology used to work internally on client request and provide the support to the dynamic pages to show response on screen. What are the Common tasks performed by servlet container?Create and maintaining life cycle of an object.Provide JSP support over client request.Multithreading support.Take care of memory … Read more