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 / victor
no
Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What are the types of servlet?
What do you mean by a filter and how does it work?
What is the process for chaining servlet?
Can we get PrintWriter and ServletOutputStream both in a servlet?
Is dispatcher servlet a singleton?
How can we perform any action at the time of deploying the project?
What is the GenericServlet class?
What is meant by cookies?
How many objects of a servlet is created?
Difference between doget and dopost?
What is difference between server and servlet?
How do you communicate in between Applets and Servlets?
What is servlet name in web xml?
Who is responsible to create the object of servlet?
What is difference between PrintWriter and ServletOutputStream?