What is JAVA Servlet

Posted By: Matpal - May 07, 2012
Java Servlet is a java program which runs on a web server. Servlet act as a middle layer between request and and a response logic. For example servlet receives request from web browser or any HTTP client and responses from any application program or database. 

Servlets can be created using the javax.servlet and javax.servlet.http packages, which are a standard part of the Java's enterprise edition, an expanded version of the Java class library that supports large-scale development projects.

0 comments:

Post a Comment

Note: Only a member of this blog may post a comment.