What is the difference between PHP,ASP and JSP?

Answers were Sorted based on User's Feedback



What is the difference between PHP,ASP and JSP?..

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

What is the difference between PHP,ASP and JSP?..

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

What is the difference between PHP,ASP and JSP?..

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

Post New Answer

More PHP Interview Questions

What is the scope of a variable defined in a function?

0 Answers  


Is php case sensitive?

0 Answers  


Tell me what is the importance of "action" attribute in a html form?

0 Answers  


Difference between $message vs. $$Message in php.

0 Answers  


What is the difference between indexed and associative array?

0 Answers  


How check variable is set or not in php?

0 Answers  


What are default session time and path?

0 Answers  


What is mysql_fetch_array?

0 Answers  


write a note on Testing the web site

0 Answers  


Can I learn laravel without php?

0 Answers  


What does the function get_magic_quotes_gpc() means?

0 Answers  


Explain the differences between get and post methods?

0 Answers  


Categories