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
Who is the father of php and what is the current version of php and mysql?
What is php glob?
Explain include(), include_once, require() and require_once?
What is cms php?
How break and continue while loop in php?
Tell me what is the importance of "action" attribute in a html form?
Is time a dependent variable?
Can you define an argument as a reference type?
Applications written to provide a GUI shell for Unix and Linux are called
Is null in php?
What are the file upload settings in configuration file?
How would you declare a function that receives one parameter name hello?
How to specify argument default values?
Is gender a dependent variable?
What does $_env means?