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 do you understand by mime type?
Which is the methods of generated servlet?
Explain web container.
What are the objects involved when a servlet receives a call from client?
What is servletconfig?
How to notify an object in session when session is invalidated or timed-out?
Where do you define dispatcherservlet?
What is the difference between Servlet Request and Servlet Context when calling a Request Dispatcher?
Can you refresh servlet in client and server-side automatically?
How do servlets work?
What is servlet? Explain
Can a jsp be called using a servlet?
How are filters?
How does Cookies work in Servlets?
Explain the steps involved in placing a servlet within a package?