what is the difference between Servlet and JSP?Advantage of
JSP over Servelt?Any concept present in JSP which we cant
implement in Servlet?
Answer Posted / ramaswamy ratnala
in servlets presentation logic and applilcation logic are
tightly coupled .application logic cannot support to give
the persentation logic
in spring terminology this problem is called as the
dependency problem
in jsp application logic and persentation logic are
sperated by defineing by java beans
| Is This Answer Correct ? | 28 Yes | 19 No |
Post New Answer View All Answers
What is servlet in web technology?
Explain jsessionid and when is it created?
Is servlet synchronized?
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 difference between encodeRedirectUrl and encodeURL?
Which is better jsp or servlet?
What are the jobs performed by servlets?
What is url encoding and url decoding
Can we fetch the attributes related to a servlet on a different servlet?
Are Servlets Thread Safe? How to achieve thread safety in servlets?
How is an application exception handling is done using a servlet?
Why are servlets used?
Can we get PrintWriter and ServletOutputStream both in a servlet?
What are the disadvantages of storing session state in cookies?
Explain the war file?