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
Do you know what is use of count() function in php?
Explain what is meant by pear in php?
how to track user logged out or not? when a user is idle?
What is the maximum size of a table in mysql?
What is php dependency injection?
Can I run php without xampp?
How come the code works, but doesn’t for two-dimensional array of mine?
What type of operation is needed when passing values through a form or an url?
List few sensible functions in PHP?
Is jquery better than javascript?
Tell me what is mean by an associative array?
What php framework does wordpress use?
How to check if a string contains a character or word in php?
What is a static variable in php?
What is the tags in PHP is not a valid way to begin and end a PHP code block?