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
Which is useful for method overloading?
How do you explain independent and dependent variables?
What’s the special meaning of __sleep and __wakeup?
What is the integer?
Is string php function?
Difference between get and post method.
What is form validation in php?
Is server side a session?
What does csrf token mean?
What is the maximum size of a database in mysql?
What is session in PHP. How to remove data from a session?
Do you know how to delete a file from the system?
What is the use of super-global arrays in php?
How do I find out the number of parameters passed into function9?
What is cookies? How to create cookies in php?