Answer Posted / nagababu
Servlets are small program which execute on the webserver.
They run under webserver environment exploting
functionalities of the web server
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the functions of an intercepting filter?
What are different methods of session management in servlets?
Differentiate between the get and post method
What is the process for chaining servlet?
Can servlet have a constructor ?
How we can call a jsp from the servlet?
What is http servlet?
What are the uses of servlet
Why session tracking is needed?
What is session?
Explains the differences between context.getrequestdispatcher() and request.getrequestdispatcher()?
What are some advantages of storing session state in cookies?
How native code can be used in a servlet?
What are the different methods involved in generic servlet?
How to handle exceptions thrown by application with another servlet?