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
How does Cookies work in Servlets?
What if you need to span your transaction across multiple servlet invocations?
Explain url encoding?
A client sends requests to two different web components. Both of the components access the session. Will they end up using the same session object or different session ?
What are the types of an http request?
What is URL Encoding?
What is difference between jsp and servlet?
What is the difference between CGI and Servlet?
What is the life-cycle of servlets?
What is servlet used for?
What is a deployment descriptor?
How do you run a servlet?
How to create war file?
Why the concept of single thread model interface is used?
What is the requirement of servlet config and servlet context implemented and how are they implemented?