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
Does mysql need php?
Does php have future?
How to remove all duplicate values in array in php?
What is a class in php programing?
Explain me what are the differences between mysql_fetch_array(), mysql_fetch_object(), mysql_fetch_row()?
How does html form submit work?
What is cURL in PHP?
What is a closure in php?
What is difference between static and final in php?
Is it possible to extend the execution time of a php script?
Where are the persistent cookies stored on your computer?
What is curl php?
What is input sanitization in php?
How to find datatype of variable in php?
How can we check the value of a given variable is a number?