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 I use jsp in the mvc model?
What is jsp container?
How does a servlet communicate with a jsp page?
What is jsp-config in deployment descriptor?
Can we define a class in a jsp page?
What is a jsp container?
How to pass information from jsp to included jsp?
How can I prevent the output of my jsp or servlet pages from being cached by the browser?
Differentiate between jsp scriptlet tag and declaration tag.
How can I implement a thread-safe jsp page? What are the advantages and disadvantages of using it?
What is use of scriptlet tags in jsp?
What is a scriptlet?