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 / rajesh
Actually There is no difference bw Servlet and jsp
Both are aimed to achive the same result but in normall
usuage ,we can select a jsp as a View and serlvlet as a
container Since we need to seperate the Presentation logic
from Controller part as per MVC 2 architecture.
The question it self is not correct because all the Jsp
would end up in a servlet at LAST.
Thanks
Rajesh
Rajeshr1988@gmail.com
| Is This Answer Correct ? | 4 Yes | 6 No |
Post New Answer View All Answers
What is the difference between a generic servlet and http servlet?
Describe some assignments that are executed by servlet container?
What is the need of session tracking in web application?
Why do we have servlet listeners?
What do you mean by a filter and how does it work?
When to use doget() and when dopost()?
what is multiple server?
What is the servletconfig object?
What are the different methods involved in generic servlet?
What is called servlet container?
What's the difference between servlets and applets?
What exactly is a servlet?
What are the servlet events?
If some new data has entered the database, explain how can a servlet refresh automatically?
Differentiate between get and post?