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 do you mean by scope object and what are its types?
How the typical servlet code look like ?
Can we override destroy method in servlet?
What is the servletconfig object?
What is lazy loading and what is Generic Servlet Class?
What is the use of request dispatcher interface?
How can you use a servlet to generate a plain text instead of html?
Is servlet synchronized?
What is the difference in between the httpservlet and generic servlet?
Which protocol will be used by browser and servlet to communicate
Is servlet thread safe?
What is the difference between Server and Container?
What is the use of httpservletresponsewrapper?
What are the types of an http request?
What is the major difference between context parameter and context attribute?