0
What is better php or java in small projects?
4 ответов
+ 4
The claim is that interpreted languages are faster to develop then compiled, because of the lack of typesafety. Since PHP is interpreted and Java compiled, you would say PHP is 'better'.
But let me tell you this: once i did a really deep research of differences between languages and how to determine which one is the 'best'. Outcome:
1. There is no such thing like the best language.
2. Choose a language that is turing complete.
3. The rest all depends on taste, expierence and requirements. These are the most important things. In the end you can program anything in every language. The better you know a language and its concepts, the faster you will program in it.
+ 2
for a small website project, I prefer php.
+ 2
php will be best easy and shorter than java
0
thanks a lot everyone, lets go with my website project right now