What is the difference between PHP,ASP and JSP?
Answer Posted / atif
All 3 are Server Side scripting language of which
ASP is developed by microsoft, runs on IIS
JSP developer by Sun, runs on Apache Tomcat
PHP is open source, runs on Apache
| Is This Answer Correct ? | 11 Yes | 3 No |
Post New Answer View All Answers
Which is better #define or enum?
What is a model in php?
How many types of functions are there in php?
What is difference between isset and empty in php?
How to invoke a user function?
How check field is empty or not in php?
Does php support polymorphism?
Why php is used with mysql?
What are the correct and the most two common way to start and finish a PHP block of code?
How to call javascript function in php on button click?
What is final in php?
Can I use node js with php?
Do you know what is use of count() function in php?
How to know user has read the email-php?
What is the use of nl2br() in php?