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 the directory structure of web application?
What is servlet in simple terms?
what is multiple server?
What are the features added in Servlet 2.5?
What are the advantages of servlets over traditional cgi?
What is cgi and what are its drawbacks?
How to get the path of servlet in the server?
How can you start a jta transaction from a servlet deployed on jboss?
What is servlet lazy loading?
What are the common methods that are included in the http servlet class?
What is pure servlet?
What do you mean by filter in servlet?
What is Servlets and explain the advantages of Servlet life cycle?
What do you mean by default initialization in java servlet?
Differentiate between the web server and application server?