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 get and post.
What is servlet in tomcat?
servlet life cycle?
List the Different types of servlet?
What is URL Encoding?
how the server will know its the same jsp page?
Define the servlet mapping.
How to pass a requrest object of one servlet as a request object to another servlet?
How many ways are available to ger RequestDispatcher object?
How does tomcat servlet container work?
What are the different methods involved in generic servlet?
What is the difference between the getrequestdispatcher(string path) method of javax.servlet.servletrequest interface and javax.servlet.servletcontext interface?