Java v / s PHP, how does this technology stack for web application development?

I am new to web programming, and I heard that there are many giants such as Java, .Net, and PHP to develop web applications.

Of course, I will be grateful if I can get an idea of ​​how this technology develops in comparison and in which scenarios you prefer one technology over another.

Thanks for all the directions in advance.

+3
source share
6 answers

PHP has low resource requirements, a really cheap hosting, a really low barrier to entry and is the most popular web framework.

, PHP ( , ), , , Java ( ), (, , ).

. - PHP . Java, , "" .

+22

:

PHP - -. . HTML . . , Wikipedia MediaWiki PHP. . , , , , . , (, , ..) PHP.

Java - " ". . . HTML "" , PHP. Java , , , . . , , Java, .

.NET , Windows, ( Java). .NET, .NET, .

, PHP- , Java/.NET, , , .

+8

-, Ruby on Rails . Java PHP ( 3). , , .

+3

, , - , -. - , , , , , PHP ASP. , , ( ), , , .

, PHP, , .

+2

, php , , , ( php), ( php), ( ) ).

- php , -, html + , , OOP - . , , . Php - , , , , , , . 6 , , , PHP, - - ( clojure) . php.

php , , , , , , , . , .

- , , , . , , , - php (, , ), -, , .

, : , git github.com gitorious.com. , , , , , , . - git git: http://git-scm.com/ git: http://github.com/guides/home

, .

+1

People are well versed in PHP inconsistencies. However, there are many features that alleviate many of the 'vanilla' PHP problems. Thus, a low entry barrier + a huge community + numerous frameworks = IMHO the best web programming language.

0
source

Source: https://habr.com/ru/post/1716226/


All Articles