why we use jsp as view
Answers were Sorted based on User's Feedback
Answer / ravikiran chhaduvula
Jsp seperates the presentation logic,And the tags
associated with the JSP api can be easily rendered by the
browser for display.As JSP is indirectly java inside html
tags
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / u.aniketh
because, to write jsp code, little java code is needed, so
normal programmers can also write jsp code. where as
servlet requires pure java code.
| Is This Answer Correct ? | 4 Yes | 5 No |
Answer / amandeep
because jsp contain HTML tags and also provide custom tags
| Is This Answer Correct ? | 2 Yes | 7 No |
how to enable session tracking for jsp pages,if the browser has disabled cookies?
What is the difference between jsp and php?
Explain the difference between forward and sendredirect?
What program opens a jsp file?
How can the output of JSP or servlet page be prevented from being cached by the browser?
How can multiple submits due to refresh button clicks be prevented?
What is el in jsp?
What is jstl?
What is client scripting?
What are advantages of jsp over asp, php, pure servlets and others?
How is jsp include directive different from jsp include action. ?
Explain some jsp life-cycle methods that can be overridden.