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 |
What do you mean by web applications?
What are some advantages of storing session state in cookies?
Explain the difference between generic servlet and http servlet?
What if we pass negative value in load-on-startup?
What compiler do not do if we create our own constructor?
Should I override the service() method?
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?
What is the structure of the http response
How do I use cookies to store session state on the client?
How would you create deadlock on your servlet?
What do you mean by the servlet chaining?