why we use jsp as view

Answers were Sorted based on User's Feedback



why we use jsp as view..

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

why we use jsp as view..

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

why we use jsp as view..

Answer / amandeep

because jsp contain HTML tags and also provide custom tags

Is This Answer Correct ?    2 Yes 7 No

Post New Answer

More JSP Interview Questions

How does a jsp work?

0 Answers  


What is jsp declaration?

0 Answers  


Is there a way I can set the inactivity lease period on a per-session basis?

0 Answers  


How can we avoid direct access of jsp pages from client browser?

0 Answers  


Which tag should be used to pass information from jsp to include jsp?

0 Answers  






What is a tag file in jsp?

0 Answers  


What is use of scriptlet tags in jsp?

0 Answers  


How to restrict page errors display in a JSP page?

0 Answers  


How do you pass control from one jsp page to another?

0 Answers  


What is tag file?

0 Answers  


Explain the various scope values for <jsp:useBean> tag.

0 Answers  


What is the difference between jsp and thymeleaf?

0 Answers  


Categories