why JSP is bigger choice for software development as
compare to ASP.
Answer Posted / 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 |
Post New Answer View All Answers
Can you stop multiple submits to a web page that are initiated by clicking to refresh button?
What is the major difference between servletcontext and pagecontext?
What are custom tags in jsp?
How does a servlet communicate with a jsp page?
Define JSP Scriptlet.
What is the use of jsp implicit objects?
What are the jsp lifecycle phases?
Which attribute specifies a jsp page that should process any exceptions thrown but not caught in the current page?
How can we stop errors on display in a jsp page?
What is include directive in jsp?
What is jsp translation phase?
What is the difference between java servlet and jsp?
What is iselignored in jsp?
Why use of scripting elements in jsp is discouraged?
Why is _jspservice() method starting with an '_' while other life cycle methods do not?