Servlet API

Servlet API: The javax.servlet and javax.servlet.http packages represent interfaces and classes for servlet api. The javax.servlet package contains…

Servlet Methods in Java

GET( ) POST( ) 1) In Get request, only limited amount of data can be sent…

Directory Structure of Servlet

Directory Structure of Servlet:

Servlet Life Cycle

Servlet Life Cycle: The web container maintains the life cycle of a servlet instance. Let’s see…

Java Servlets

Java Servlet: technology is used to create web application (resides at server side and generates dynamic web…

Application Server

Application Server: As for the application server, according to our definition, an application server exposes business…

Web Server in Java

Web Server: A Web server handles the HTTP protocol. When the Web server receives an HTTP…

Dynamic web application

Dynamic web application: A server-side dynamic web page is a web page whose construction is controlled…

Java 2 Platform, Enterprise Edition(J2EE)

J2EE (Java 2 Platform, Enterprise Edition) is Sun’s preferred Java platform for multi-tier enterprise applications. It…