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 |
Explain session tracking and its importance?
What is java servlet session?
Can filter be used as request or response?
Explain the methods in Generic and HTTP Servlets?
what are the different services provided by the web server?
When to use doget() and when dopost()?
What are all the protocols supported by httpservlet?
What is the difference between Server and Container?
What is the difference between forward () and sendredirect () functions in servlet? Explain
Explain their methods? Tell me their parameter names also have you used threads in servlet?
What are different ways for servlet authentication?
How many Cookies can a host support?