what are the different services provided by the web server?
Answers were Sorted based on User's Feedback
1.receiving request from a client
2.sending response to a client
3.database interaction
4.data persistance mechanism
| Is This Answer Correct ? | 2 Yes | 2 No |
Answer / ramakrishna
Receives many client request and processing it and sending
respective result to the clients
| Is This Answer Correct ? | 0 Yes | 1 No |
What is dispatcher servlet?
Can threads be used in Servelet?
What is new in ServletRequest interface ? (Servlet 2.4)
What is a servlet?
What are the objects involved when a servlet receives a call from client?
Which event is fired at the time of setting, getting or removing attribute from application scope?
How do you communicate in between Applets and Servlets?
Can we override destroy method in servlet?
Can we write a constructor for a Servlet class ? if yes how ? if no why not ?
when will cookie information destroy?
why are using HttpServlet in realtime projects and why are not using Genericservlet
How to get the IP address of client in servlet?