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
Which protocol will be used by browser and servlet to communicate
Why are servlets used?
Difference between java beans & servlets?
What are the types of protocols supported by httpservlet ?
Which httpsession object is used to view and manipulate information about a session?
Explain the role of dispatcherservlet and contextloaderlistener.
What are the key methods that are involved in processing of http servlets?
How do you load an image in a Servlet?
How do we share data using 'getservletcontext ()?
When jsessionid is created?
What do you mean by interservlet communication?
What is meant by session? Tell me something about httpsession class?
How do you find out what client machine is making a request to your servlet
What is war file?
What is a java servlet?