why business logic written using servlets not in jsp. Jsp
used for presentation purpose. serlvet used for coding
business logic and controller logic. Reason for using
servlets in business logic.
Answer Posted / rajesh
In servlets we have resource for developing the business
logic but Jsp have the tags for present the output clerly.
| Is This Answer Correct ? | 6 Yes | 6 No |
Post New Answer View All Answers
Explain the difference between generic servlet and http servlet?
List out difference between a JavaBean from a Servlet?
What is a cookie What is the difference between session and cookie
Is tomcat a servlet container?
Why is http protocol called as a stateless protocol?
How will you pass values from HTML page to the servlet?
When Servlet is unloaded?
What do you mean by default initialization in java servlet?
Why servlet is mostly used?
What is servlet looping or chaining?
What are some disadvantages of storing session state in cookies?
Explain the differences between jsp and servlet.
What do you understand by mime type?
What is the difference between the http servlet and generic servlet?
Explain the jar and war files in servlet?