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 |
Why are jsp pages preferred for creating web-based client program?
What is jsp index?
What is difference between sendredirect and requestdispatcher?
How to create menu in jsp with example?
How can I implement a thread-safe jsp page? What are the advantages and disadvantages of using it?
What are the main tags in jsp?
Which tag is used to execute java source code in jsp?
How to restrict page errors display in a JSP page?
What is the difference between include and jsp directive: include action?
What is declaration statement?
What are the different directives in jsp?
What is jsp-config in deployment descriptor?