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 MIME Type?
What do you mean by servlet context?
What's the use of servletcontext?
Is tomcat a servlet container?
The code in a finally clause will never fail to execute, right?
What is servlet in web technology?
How do you communicate in between Applets and Servlets?
What is the use of httpservletrequestwrapper and httpservletresponsewrapper?
Why don't we write a constructor in a servlet?
What are the differences between servlet context vs servlet config?
What are the key methods that are involved in processing of http servlets?
How does tomcat servlet container work?
Why is init() method is used in servlets?
What do you mean by request dispatcher in servlet?
Difference between doget and dopost?