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 process for chaining servlet?
When should you prefer to use doget() over dopost()?
Explain the difference between servlet and cgi?
What do you mean by cgi?
What is meant by session? Tell me something about httpsession class?
What exactly are the functions of servlet?
The code in a finally clause will never fail to execute, right?
Which exception is thrown if the servlet is not initialized properly?
How do you configure a centralized error handler in servlets?
How do we call one servlet from another servlet?
How servlet is created?
What is load-on-startup in servlet?
What is the major difference between servlet and applet?
What is called a session?
Can we override servlet service method?