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
Is tomcat a servlet container?
What is servlet collaboration?
What do you mean by httpservlet?
Tell the new features added in servletrequest interface i.e. Servlet 2.4
Difference between java beans & servlets?
The code in a finally clause will never fail to execute, right?
What are the steps involved in placing a servlet within a package?
What is the life-cycle of servlets?
What is servlet initializer?
How to get the actual path of servlet in server?
What is http servlet? Explain with the help of an example.
What is Request Dispatcher?
What do you understand by mime type?
What are all the advantages of servlet over cgi?
What is the use of httpservletrequestwrapper and httpservletresponsewrapper?