Hi Guest

MobileUser

1 HomePage 1 Jobs 1 WalkIn 1Articles  

Cat Exam

Start a Blog

Develop Your Skill

Develop Your Skill



Develop Your Skill

 :) Latest Topic
leftlink
leftlink
leftlink
leftlink
leftlink
leftlink
leftlink
leftlink
leftlink
leftlink
 leftlink
 :) Hot Jobs
 
 :) Latest Articles


  

 
CreamKids


Simplest definition of Servlets or what is Servlets
Question Posted on 28 May 2020

Home >> Java >> Servlet >> Simplest definition of Servlets or what is Servlets




Simplest definition of Servlets or what is Servlets
To create dynamic web page which is placed on server side we use Servlet technology or we can say to create web application we use Servlets. Because of Java language Servlet technology is robust and Scalable. Servlets comes after the CGI scripting langauge which is a very common server-side programming language. Below are the most common classes and interfaces in Servlet API
(1)GenericServlet
(2)HttpServlet
(3)ServletRequest
(4)ServletResponse
We can also say that Servlet is a class that extends the capabilities of servers and responds to the incoming requests. It can resond to any requests. We can also say that Servlet is a web component that is deployed on the server to create a dynamic web page.
0
0



 
 Input Your Comments Or suggestions(If Any)
 Name
 Email(optional)
 Comments


Other Important Questions
Different methods of session management in servlets?
Advantage of using Servlet over CGI
Simplest definition of Servlets or what is Servlets
What is Servlet Filter and its usage