Jump to content

Jsp Or Php Which One Should I Use?


mvj35

Recommended Posts

JAVA is also used for mobile device applications and desktop applications.If the project you're doing is supposed to work across all of these environments, writing it in JAVA, and then for the web front-end link to it from JSP would be the best scenario. Otherwise, you need to write a server code in PHP, and then make clients use it (and they could do so in any language the client supports).If you plan to remain on the web (which is getting the more and more proffered option as the share of mobile browsers grows), you can leave this out of consideration.As for PHP - it has a wide number of users and is specialized at web applications. As such, finding help for specific issues is usually easier than finding help for JAVA and JSP.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...