what are the different services provided by the web server?
Answer Posted / niranjanravi
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 |
Post New Answer View All Answers
What is session tracking?
What is difference between get and post method?
How to rectify errors in java servlet while compilation?
How can we upload the file to the server using servlet?
Explain url encoding?
Why are http servlets used in programming?
What is the difference between the include() and forward() methods?
What do you mean by mime type?
How would you create deadlock on your servlet?
what do you understand by url rewriting?
Explain how to improve Servlet Performance?
What are the different methods of session management in servlets?
Tell us something about servletcontext interface.
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 common tasks performed by Servlet Container?