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 are different Authentication options available in Servlets.
Explain the war file?
What do you mean by interservlet communication?
Explain the difference between servletconfig and servletcontext in servlet?
What mechanisms are used by a Servlet Container to maintain session information?
Can you create a deadlock condition on a servlet?
Which httpsession object is used to view and manipulate information about a session?
What is load-on-startup in servlet?
How will two or three servlets interact or communicate with each other?
What is the difference between portlet and servlet?
What do you mean by deployment descriptor?
When should you prefer to use doget() over dopost()?
What are the functions of Servlet container?
why we should override only no-agrs init() method.
How can we upload the file to the server using servlet?