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 the use of send redirect () method?
What is the use of httpservletrequestwrapper?
Explain how does JSP handle run-time exceptions?
What is a java servlet?
What is the difference between the http servlet and generic servlet?
What is httpservlet and how it is different from genericservlet?
What is a servlet context object?
Can you explain in detail 'javax.servlet' package?
Can we use threads in Servlets?
Why doesn’t a servlet include main()? How does it work?
What is Client-Server Computing?
What are different ways for servlet authentication?
What is api in servlet?
How do I know if java is running on linux?
What are the types of protocols supported by httpservlet ?