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 is servlet lazy loading?
What do you mean by chaining in servlet?
When jsessionid is created?
How to get the server information in a servlet?
What is servlet in web technology?
How to handle the debug errors in servlets?
What is pure servlet?
What is the difference between callling a RequestDispatcher using ServletRequest and ServletContext?
What is the use of java servlet api?
What is the use of httpservletresponsewrapper?
How is an application exception handling is done using a servlet?
Explain load on start-up and its importance?