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
Can we refresh servlet in client and server side automatically?
How to find whether a parameter exists in the request object?
What is difference between server and servlet?
List some life cycle methods of a servlet.
What are the common methods that are included in the http servlet class?
What do you mean by cgi?
Why do we have servlet filters?
What exception should be thrown when servlet is not properly initialized?
Describe the phases of servlet lifecycle?
What is the main purpose of java servlets?
What is meant by a servlet?
What is servlet configuration?
What is session?
request parameter how to find whether a parameter exists in the request object?
What is meant by Servlet? What are the parameters of service method?