Hi friends, am newbie to servlet. My interviewer asked why
used servlet in your application.
i used servlet for controller logic and business logic .
is it correct ?
Answer Posted / ratna dinakar
Servlet is server side Java application, which accepts,
processes and sends Http requests. We use a servlet to bind
Http Request and Http Response to business logic, using
various callback methods provided by HttpServlet class.
| Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
What is servlet in web technology?
How a servlet is unloaded?
What is servlet initializer?
What is the major difference between servlet and applet?
What is servlet attributes and their scope?
Explain the lifecycle of a servlet?
Who is responsible for writing a constructor?
Difference between GET and POST?
What are the annotations used in servlet 3?
Explain servlet life cycle?
How httpservlet is different from the genericservlet?
Which method is called when reference variable is passed in system.net?
why we should override only no-agrs init() method.
How can I send user authentication information while making URL Connection?
What is the capacity the doget can send to the server?