What is the difference between PHP,ASP and JSP?
Answer Posted / deepak mahajan
All 3 are Server Side scripting language of which
ASP is developed by microsoft, runs on IIS. But its Slower than PHP
JSP developer by Sun, runs on Apache Tomcat, Slower than PHP but good for big level of projects
PHP is open source, runs on Apache, Faster than all and best for small and middle level of projects
| Is This Answer Correct ? | 15 Yes | 1 No |
Post New Answer View All Answers
What is session_register()?
Write a program to display table of a number using php?
Tell me what is the importance of "action" attribute in a html form?
What is print_r?
Explain how to submit form without a submit button.
Write a program using while loop in php?
How can I find my php version?
What good is polymorphism?
how to track no of users logged in?
What are the benefits of using php?
What percentage of websites use php?
What is the difference between php and cakephp?
Are sessions stateless?
Is laravel frontend or backend?
Tell me what are sql injections, how do you prevent them and what are the best practices?