What is the difference between JSP and Servlet?
Answer Posted / shan
jsp is a java based technology and it use only java
programs.
servlet is a html based technology and it use only html
programs.
| Is This Answer Correct ? | 9 Yes | 145 No |
Post New Answer View All Answers
What is jsp standard tag library, provide some example usage?
Tell us about the stages (phases) of the jsp life cycle.
Why do we use jstl tags?
Mention the implicit objects in a jsp.
Can we override the jspinit(), _jspservice() and jspdestroy() methods?
What happens when a page is statically included in another jsp page?
Can we use jsp implicit objects in a method defined in jsp declaration?
Which implicit object is not available in normal jsp pages?
Tell us about the jsp life cycle methods.
What do you mean by custom tag in jsp?
How do you delete a cookie within a jsp?
Can we override jspinit method?
How can you avoid scriptlet code in jsp?
What is the _jspservice() method?
How do I perform browser redirection from a jsp page?