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
Who is responsible for writing a constructor?
What do you mean by filter in servlet?
Explain web application directory arrangement?
What is the process for chaining servlet?
What’s the difference between forward() and sendredirect() methods?
Servlet is pure java object or not?
Write a servlet to upload file on server.
What's the architecture of a servlet package?
What is the difference between sendredirect() and forward() in a servlet?
How can the referrer and the target urls be used in servlet?
What do you mean by default initialization in java servlet?
How can we invoke another servlet in a different application?
How to get the server information in a servlet?
What do you mean by annotations in servlet?
How do you deal property files in servlet?