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 a servlet?
What is the difference between a generic servlet and http servlet?
What is the purpose of dispatcherservlet properties?
What is the difference in between the httpservlet and generic servlet?
What is a servlet engine?
What is difference between PrintWriter and ServletOutputStream?
What's the advantages using servlets than using cgi?
Why do we have servlet listeners?
What is cgi?
How do I know if java is running on linux?
If some new data has entered the database, explain how can a servlet refresh automatically?
List out the difference between ServletConfig and ServletContext?
Explain the differences between jsp and servlet.
When a client request is sent to the servlet container, how does the container choose which servlet to invoke?
hi actully i hav form columns with origin and destination names .as like as i need to create one more column with name amount. my requirement is when i select origin and destination columns automatically i need to get amount from database.how can i. please tel me with relative code