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 / manikandan [ gtec,vellore ]
jsp files are converted to a servlet file it can b read any
one but servlet files are compile to .class file that so
servlet is used for business logic and jsp are not
| Is This Answer Correct ? | 5 Yes | 7 No |
Post New Answer View All Answers
What is cookie? Why is cookie used?
How can you push data from an Applet to a Servlet?
Given the request path below, which are context path, servlet path and path info?
List out difference between a JavaBean from a Servlet?
What are the advantages of Servlet over CGI?
What are the kinds of http requests?
If some new data has entered the database, explain how can a servlet refresh automatically?
what is multiple server?
Why filter is used in servlet?
How to create war file?
What is cookie in servlet?
What is the purpose of dispatcherservlet properties?
What are the phases of servlet life cycle?
What is the procedure of invoking different servlet in a different application?
What is the structure of the http response