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
Is servlet a controller?
What is the use of send redirect () method?
What do you mean by request dispatcher in servlet?
What is the purpose of inter-servlet communication?
What is Servlet API used for connecting database?
What is the use of servlet context?
What is servlet name in web xml?
Which method is called when reference variable is passed in system.net?
Explain the war file?
How can we refresh automatically when new data is entered into the database?
What do you mean by annotations in servlet?
why we should override only no-agrs init() method.
Explain their methods? Tell me their parameter names also have you used threads in servlet?
When a client request is sent to the servlet container, how does the container choose which servlet to invoke?
Difference between forward() method and sendredirect() method ?