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 are the steps that are required to handle the multi-threading?
How to rectify errors in java servlet while compilation?
What is servlet container?
How we can call a jsp from the servlet?
How do you find out what client machine is making a request to your servlet
What is servlet and list its types?
how to use servlets with j2ee ?
Servlet Chaining? How do you do the Filtering in Servlets?
How many Cookies can a host support?
What is the life-cycle of servlets?
Why session tracking is needed?
How will you open a new page after certain interval of time (5 sec), on clicking of a button in an html page?