What is the difference between JSP and Servlet?
Answer Posted / xxxxxx
1-The most important difference is that whenever we do some
changes in a servlet we need to build the application
completely but no need to do the same in case of jsp....
| Is This Answer Correct ? | 73 Yes | 9 No |
Post New Answer View All Answers
What is the use of pagecontext in jsp?
How can multiple submits due to refresh button clicks be prevented?
What information is needed to create a tcp socket?
What is jsp servlet?
Why jsp and servlets are used?
How to include static files in a jsp?
How can I use the results of my method? ea: <%! method (int x) { stuff return y; } %> <% out.println(y); %> how can I make this work? "y" is a variable made during the method.
What is the purpose of jsp and why it is widely used?
What is difference between sendredirect and requestdispatcher?
How jsp is executed?
How do I use a scriptlet to initialize a newly instantiated bean?
What is jsp custom tag and what are it’s components?
How is jsp used in the mvc model?
What are the ways to insert java code into jsp page?
What are jsp lifecycle methods?