What is servlet?

Answer Posted / shakir khan`

Servlets are java technology answer to Common Gateway
Interface(CGI).They are programs that run on a webserver
and bulid webpages.

Servlet is a java object that receives a request as
input,parses its data,performs some logic and issues
response back to the client.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a servlet?

608


What are the kinds of http requests?

606


What is ServletContext object?

641


How is an application exception handling is done using a servlet?

539


Write the code to get the server information in servlet.

567






What is servlet in tomcat?

557


Hello, My project requirement is like I need to create a web page using MVC pattern. I hava a bean class, jsp page, servlet, service and dao. My jsp has two fields. One is dropdown list. The option values has to get populated from the database table. The other one is a text box and its value has to come from database table. As of now I have defined the fields in bean class, got the values from database using arraylists in dao class and I called this from service class. Can anyone please tell me the workflow of how the servlet will get this arraylist and populate the arraylist values as dropdown options in jsp page? Also I would like to know the role of bean class in MVC pattern? Thanks in advance!

1831


How many objects of a servlet is created?

788


Define context initialization parameters.

572


What are the difference between RMI and Servlets?

1049


What is the difference between the include() and forward() methods?

567


Explain the difference between a web server and a web container?

513


What is a server side include (ssi)

568


What is SingleThreadModel interface?

670


Can we use the constructor, instead of init(), to initialize servlet?

580