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 life cycle methods of a servlet?
What is the use of request dispatcher interface?
Can a jsp be called using a servlet?
What is the major difference between servlet and applet?
Can we use threads in Servlets?
What is the
What is the difference between the include() and forward() methods?
How forward () method is different from send redirect () method?
How is an application exception handling is done using a servlet?
What do you mean by session tracking?
When a client request is sent to the servlet container, how does the container choose which servlet to invoke?
What is the difference between servlet and filter?
Which java framework is most popular?
What are the ways to handle multi-threading in servlets?
Explain the servlet filter.