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
What is meant by a web application
What is servlet and its use?
Which event is fired at the time of project deployment and undeployment?
Which java application server is the best?
What is the use of java servlet api?
How are filters?
Are Servlets Thread Safe? How to achieve thread safety in servlets?
What are the key methods that are involved in processing of http servlets?
Explain servlet events?
What are the difference between session and cookies in servlet? Explain
What is the difference between get and post methods?
What’s the difference between genericservlet and httpservlet?
How do you run a servlet?
What is servlet? Explain
If servlet receives multiple requests, how many objects will it create?