why JSP is bigger choice for software development as
compare to ASP.

Answers were Sorted based on User's Feedback



why JSP is bigger choice for software development as compare to ASP...

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

why JSP is bigger choice for software development as compare to ASP...

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

Post New Answer

More JSP Interview Questions

What is include directive in jsp?

0 Answers  


How can we extend jsp technology?

0 Answers  


Why jsp is used in java?

0 Answers  


Which one is correct order of phases in jsp life cycle?

0 Answers  


When will container initialize multiple jsp/servlet objects?

0 Answers  






Why do we need custom tags in jsp?

0 Answers  


Can we define a class in a jsp page?

0 Answers  


How do I create a dynamic web project?

0 Answers  


How can I override the jspdestroy() method within a jsp page?

0 Answers  


What is the _jspservice() method?

0 Answers  


How do you delete a cookie within a jsp?

0 Answers  


Why is _jspservice() method starting with an '_' while other life cycle methods do not?

0 Answers  


Categories