Why are servlets used?



Why are servlets used?..

Answer / Farha Adil

Servlets are used in web development to handle HTTP requests and generate dynamic content on the server side. They provide a simple way for developers to build web applications, especially when compared to CGI scripts.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Servlets Interview Questions

Explain jsessionid?

1 Answers  


What is java servlet?

1 Answers  


How are Sessions are more advantage than using of Cookies or URLReWriting?

2 Answers   CTS,


what is the advantage of using Servlets over CGI programming?

4 Answers  


Which java application server is the best?

1 Answers  


What are the difference between HttpServlet and GenericServlets?

2 Answers  


What is context switching?

6 Answers  


How ThreadSafe page attribute will be working in Servlet as well as in JSP?Automatically ThresdSafe is true in JSP so service method will be destroy in each and every request or not?so how thresd will handle srevice method?

1 Answers   AZTEC,


How to pass a requrest object of one servlet as a request object to another servlet?

4 Answers   Verizon,


What are the methods in HttpServlet?

8 Answers  


What do you mean by httpservlet and how it is different from the genericservlet?

1 Answers  


What is called servlet container?

1 Answers  


Categories