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
How arrays are passed through arguments?
How do you find the length of a string in php?
Explain converting an object?
How failures in execution are handled with include() and require() functions?
Explain about looping in PHP?
What are the differences between require and include?
What is a static method php?
How to read a file in binary mode?
Is c similar to php?
Is wordpress a php framework?
What should be the length of variable for SHA256?
Write a program using while loop in php?
Is it more secure to use cookies to transfer session ids?
Suppose your zend engine supports the mode ?> Then how can you configure your php zend engine to support Mode ?
What is the use of header() function in php?