What is the difference between PHP,ASP and JSP?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / 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 |
Answer / vinayak
Hi all, i just found one useful information about recent
questions on php,mysql,js and css.
http://imsrinivas.com/2010/06/most-recent-interview-questions-on-php-mysql-javascript-html-and-css/
| Is This Answer Correct ? | 4 Yes | 0 No |
Explain scalar type declarations in php7?
How to convert numbers to strings in php?
Explain what does the expression exception::__tostring means?
Whether session will work if we disable cookies in client browser ?
can we swap two different string using php for example:-- before swapping:-- 1 string :-hello friend, 2 string :-my dear, after swapping that strings will be: 1.hello dear, 2.my friend.
What is the diffrence between GET,POST and REQUEST Method.
can anyone explain oops concept in php or give website to learn this concept clearly?
How to join multiple strings into a single string?
write the prime number of program?in php
What is call by reference in php?
Tell me how is it possible to return a value from a function?
What is the difference between php and core php?