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
What’s the difference between sendredirect and forward methods
What is a servlet-to-servlet communcation?
Explain the architechure of a servlet?
What exactly are the functions of servlet?
What are its drawbacks of cgi?
What is difference between jsp and servlet?
What is the difference between forward () and sendredirect () functions in servlet? Explain
What are the different ways we can maintain state between requests?
What if we pass negative value in load-on-startup?
Explain Action Servlet?
What's the use of servletcontext?
What is servletconfig?
Which HTTP method is non-idempotent?
explain the advantages of servlet life cycle?
Why do we need servlet filter?