Hi Frieds, I am new to servlet why to use servlet in
webapplication. what i know is " use servlet as a
controller in mvc and to implemnent business logic . is it
correct ? One more thing reason for implementing business
logic with servlets , why not jsp.
Answer Posted / ashok kannan
To build a dynamic web page servlets are used.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is the servlet?
What is difference between get and post method?
What is the life-cycle of servlets?
Which event is fired at the time of project deployment and undeployment?
Can you explain in detail 'javax.servlet' package?
What is the life cycle of a servlet?
How to create war file?
why we should override only no-agrs init() method.
Is dispatcher servlet a singleton?
Difference between get and post in java servlets?
What is the purpose of dispatcherservlet properties?
What are the functions of Servlet container?
Why filter is used in servlet?
How can the session in servlet can be destroyed?
How the typical servlet code look like ?