How do you define a servlet?



How do you define a servlet?..

Answer / Amit Shrivastava

A servlet is a Java programming language-based web component that runs on a web server providing an HTTP response to requests from a client.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Servlets Interview Questions

What do you mean by web applications?

1 Answers  


What are some advantages of storing session state in cookies?

1 Answers  


Explain the difference between generic servlet and http servlet?

1 Answers  


What if we pass negative value in load-on-startup?

1 Answers  


What compiler do not do if we create our own constructor?

5 Answers   HCL,


Should I override the service() method?

1 Answers  


How can a servlet refresh automatically if some new data has entered the database?

3 Answers   Citi Bank, CitiGroup, IBM, Satyam,


How to read request headers from servlets?

1 Answers  


What is the structure of the http response

1 Answers  


How do I use cookies to store session state on the client?

1 Answers  


How would you create deadlock on your servlet?

1 Answers  


What do you mean by the servlet chaining?

1 Answers  


Categories