Method  declaration

Method  declaration: method declaration via a declarations becomes method of the servlet  class into which  the…

Variable declaration

Variable declaration: variable defined as declaration of the servlet class into which the jsp page is…

Introduction of Scripting Elements

Introduction of Scripting Elements: JSP scripting elements are used to create and access objects, define methods,…

JSP Life Cycle

JSP Life Cycle :JSP never outputs the content directly to the browser. Instead, JSP relies on…

JSP comparison Servlet

JSP comparison Servlet: From a coding point of view if we want to send text to…

JSP VS ASP

JSP Technology ASP Technology Definition Any Web Server, including Apache Tomcat, Weblogic, Jboss, IIS Microsoft IIS…

Introduction of JSP

Introduction of JSP: A JSP page is a text-based document that describes how to process a…

SendRedirect in servlet

SendRedirect in servlet: The sendRedirect() method ofHttpServletResponse interface can be used to redirect response to another…

ServletContext Interface

ServletContext Interface: An object of ServletContext is created by the web container at time of deploying…

RequestDispatcher in Servlet

RequestDispatcher in Servlet: The RequestDispacher interface provides the facility of dispatching the request to another resource…