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 difference between php and cakephp?

0 Answers  


What are psrs? Choose 1 and briefly describe it?

0 Answers  


What are the different opening and closing tags available in PHP?

0 Answers  


How to execute an sql query? How to fetch its result?

0 Answers  


Should I learn php before wordpress?

0 Answers  






Questions on OOP concepts 1. What are the access specifiers available in php ? Explain 2. What is object cloning ? 3. What are the differences between interface and abstract class ? 4. What is overloading ? 5. What is overriding ? 6. How to prevent function overriding ? 7. What is the use of "final" keyword ? 8. What is static variable ? How will access a static variable ? What is static class ?

2 Answers   IPMC, NIIT,


Tell me what's the difference between include and require?

0 Answers  


Is it possible to use com component in php?

0 Answers  


Explain about getters and setters in php?

0 Answers  


What are the different functions in sorting an array?

1 Answers  


What is fetch array in php?

0 Answers  


1.Where are the cookies storing ? 2.What is the drawback of using cookies ? 3. If two site is having same cookie name and different values what will be the output if we echo the cookie name from those sites ? How can we solve this issue (How can we specify the domain name)?

8 Answers   TCS,


Categories