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 are different ways for authentication of servlet?
What is getservletcontext?
What are different Authentication options available in Servlets.
When jsessionid is created?
What is the purpose of inter-servlet communication?
What are the types of servlets? Explain
How are filters?
What are the different ways we can maintain state between requests?
Servlet is pure java object or not?
What is servlet container. how it works?
How to get ip address in jsp login page and how to validate like 127.1.0.1 all should not be greater than 255
What is the major difference between context parameter and context attribute?
How can we refresh automatically when new data is entered into the database?
What is servlet name in web xml?
Explain the difference between servletconfig and servletcontext in servlet?