Home >Backend Development >PHP Problem >What is the difference between .net, php and java?
What is the difference between .net, php and java? The following article will briefly talk about the differences between JAVA, .NET, and PHP. It has certain reference value. Friends in need can refer to it. I hope it will be helpful to everyone.
The difference between .net, php, and java
1. From a language perspective Speaking of which, all three are development languages; from the perspective of project scale:
JAVA: for medium and large enterprise-level applications;
.NET: medium-sized enterprise-level applications and medium-sized web applications ;
PHP: For small and medium-sized Web website applications;
2. From a copyright point of view:
JAVA and PHP: open source organization projects, no need Paid;
.NET: Based on Microsoft platform, involving copyright fees;
For more related knowledge, please pay attention to PHP Chinese Network! !
The above is the detailed content of What is the difference between .net, php and java?. For more information, please follow other related articles on the PHP Chinese website!