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 is session?
What is difference between GenericServlet and HttpServlet?
Why is httpservlet declared abstract?
What is servlet mapping?
How do you load an image in a Servlet?
What is called Scriptlet?
What do you mean by cgi in servlet?
What do you mean by cgi?
What are the benefits of using servlet over cgi?
What is the need of session tracking in web application?
What are the jobs performed by servlets?
Once the destroy() method is called by the container, will the servlet be immediately destroyed? What happens to the tasks(threads) that the servlet might be executing at that time?
What are the type of protocols used in httpservlet?
Differentiate between the print writer and servlet output stream?
What are its drawbacks of cgi?