Answer Posted / maulik patel
It is a server side program that is responsible to capture
and interpret the clients Request and respond to teh client
with the requested information.
| Is This Answer Correct ? | 19 Yes | 7 No |
Post New Answer View All Answers
Write a simple servlet program to print the contents of html.
What is the process for chaining servlet?
What are the uses of servlets?
Define the life cycle of a servlets.
What is the purpose of dispatcherservlet properties?
What is servlet used for?
What do you mean by annotations in servlet?
Why is it that we can't give relative URL's when using ServletContext.getRequestDispatcher() when we can use the same while calling ServletRequest.getRequestDispatcher()?
How do we go with database connection and log4j integration in servlet?
What is the effective way to make sure all the servlets are accessible only when user has a valid session?
Can you explain in detail 'javax.servlet' package?
How to create war file?
How can we achieve transport layer security for our web application?
Why filter is used in servlet?
What is the procedure of invoking different servlet in a different application?