Why does most web apps use php and asp.net instead of java technologies?

buddy php is a well known server side language and more specifically it is scripting language
java is the hierarchy of classes and objects
it is difficult for programmer to develop code in java for web apps.

java used for mobile applications very well as you may see lots of jar applications.....


php provides good interface with client and server
 
i personally feel php is easier to learn. asp.net is very user friendly to develop. JSP is neither this nor that.
 
php is easy to get started, but it takes years to master. If you install the LAMP stack, then you are ready to go. With Java technologies you have a variety of choices, so many choices that the setup can be daunting. Java is still number one in installed sites when we speak of commerce sites.
 
buddy php is a well known server side language and more specifically it is scripting language
java is the hierarchy of classes and objects
it is difficult for programmer to develop code in java for web apps.

java used for mobile applications very well as you may see lots of jar applications.....


php provides good interface with client and server
 
Back
Top