What is the difference between PHP,ASP and JSP?
Answer Posted / deepak mahajan
All 3 are Server Side scripting language of which
ASP is developed by microsoft, runs on IIS. But its Slower than PHP
JSP developer by Sun, runs on Apache Tomcat, Slower than PHP but good for big level of projects
PHP is open source, runs on Apache, Faster than all and best for small and middle level of projects
| Is This Answer Correct ? | 15 Yes | 1 No |
Post New Answer View All Answers
What is the difference between unset and unlink?
Name some of the constants in php and their purpose.
What is helper library?
Can we override static method in php?
What is cookie?
How send email in php?
What is the super method?
How to invoke a user function?
Tell me how the result set of mysql be handled in php?
What function do we use to find length of string, and length of array?
Tell me how to find the position of the first occurrence of a substring in a string?
How to get a total number of elements used in the array?
List the different types of print functions available in php?
Where can I learn php?
What does == mean in php?