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

Can we call destroy method inside init method?

0 Answers  


how to set class path in java

1 Answers   TechSoft,


What is out in jsp?

0 Answers  


How do I mix jsp and ssi #include?

0 Answers  


Write a simple example for the clone() method.

0 Answers  






Differentiate between pagecontext.include and jsp:include?

0 Answers  


What are the different types of jsp directive?

0 Answers  


What is action tag in jsp?

0 Answers  


How to forward a request to another source?

0 Answers  


Can you call jsp from servlet?

0 Answers  


What is jstl jar?

0 Answers  


What are context initialization parameters?

0 Answers  


Categories