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
How can we achieve transport layer security for our web application?
What do you mean by web applications? Explain web application directory arrangement?
What are all the protocols supported by httpservlet?
Explain the jar and war files in servlet?
What is called Session Tracking?
Write a simple servlet program to print the contents of html.
Is servlet a framework?
Can we get PrintWriter and ServletOutputStream both in a servlet?
How can you start a jta transaction from a servlet deployed on jboss?
What is the difference between the getrequestdispatcher(string path) method of javax.servlet.servletrequest interface and javax.servlet.servletcontext interface?
What are some advantages of storing session state in cookies?
What do you mean by request dispatcher in servlet?
Explain servlet.
What does the term localization refer to?
How servlets are deployed in java?