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 difference between RMI and Servlets?
What are the different types of servlets?
What do you mean by url pattern in servlet?
What is servlet and its advantages?
How can we perform any action at the time of deploying the project?
What is meant by cookies?
without session Id can we do any operations like add,update,edit,delete. I saw Session id is loaded for edit and delete action not for add .so am asking this
What exception should be thrown when servlet is not properly initialized?
What is api in servlet?
What is servlet and list its types?
What is the difference between the getrequestdispatcher(string path) method of javax.servlet.servletrequest interface and javax.servlet.servletcontext interface?
What is http servlet?