why JSP is bigger choice for software development as
compare to ASP.
Answers were Sorted based on User's Feedback
Answer / embarq
Jsp's are better choice as jsp can be easily turned to
Servlets where the servlet container understands.
As most of the projects run with java/j2ee, it is very easy
to understand for the servlet engine, rather Asp being in
third party language.
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / amita dwivedi
Jsp mens Java Server Pages it requires any java enabled web
server for running and as we know that java is a sun
product and Sun always comes with best product and JSp
follows all java properties and it is a Object oriented
base language.
ASP runs on microsoft related server.
| Is This Answer Correct ? | 1 Yes | 1 No |
How can we stop errors on display in a jsp page?
What are the primary differences between the jsp custom tags and java beans?
How can you avoid scriptlet code in jsp?
What are the different life-cycle methods?
What is welcome file list?
How do you prevent the creation of a session in a jsp page and why? What is the difference between include directive & jsp:include action?
How do you delete the session data?
When does a container initialize multiple jsp / servlet objects?
What is the use of implicit object named "application" in Application?
what is difference between the contart and implementation?
Explain scriptlet, expression and declaration in jsp.
Which language is used to write servlets and jsp?