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
What is the use of 'print' in php?
Explain what is the static variable in function useful for?
Which function is used in php to count the total number of rows returned by any query?
Can we use onclick in submit button?
How can you tell if a number is even or odd without using any condition or loop?
How we get ip address of client, previous reference page etc?
What are the features and advantages of object-oriented programming in php?
How to reset/destroy a cookie?
What is http php?
What is a namespace in php?
How to remove values saved in the current session?
How to create a directory?
What is the use of mysql_real_escape_string in php?
What is the name of scripting engine in php?
Is learning php easy?