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 / mallikarjuna
using servlets we can develop the web applications . what
ever the client sending the request and giving the response
and writing controler logiv and businesslogic
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How is the get () method different from the post() method?
Can we get PrintWriter and ServletOutputStream both in a servlet?
How do you define a servlet?
Define the servlet mapping.
What do you mean by annotations in servlet?
When is the servlet instance created in the life cycle of servlet? What is the importance of configuring a servlet?
What is a generic servlet?
What is the type of method for sending request from http server?
What do you mean by request dispatcher in servlet? Also explain its methods.
What are the steps that are involved in using the httpservlet class?
explain the advantages of servlet life cycle?
Can we override servlet service method?
What is context in servlet?
When a servlet accepts a call from a client, it receives two objects. What are they?
Explain the architechure of a servlet?