View Single Post
Old 03-10-2008, 04:30 AM   #2 (permalink)
DeMo
The Contributor
 
DeMo's Avatar
 
Join Date: Jan 2008
Location: Brazil
Posts: 77
Thanks: 14
DeMo is on a distinguished road
Default

Java is 100% object oriented, big companies love it because it is scalable, the code is easier to mantain and you can use it for SOA (Service Oriented Architecture) which is the ultimate separation between business logic and programming logic.

I don't think you should totally drop PHP and forget about it, but learning Java won't hurt. Since you already know the concepts of web programming, Java won't be that hard to pick up.

About PHP vs Java, it really depends on the point of view. As I said, Java is 100% OOP while PHP is more or less hacked together.. some parts of it are OOP while others are not. Java is a mature language while PHP is still growing, look at namespace support for example, it's being added now in PHP 5.3 while Java has had it for ages.
Send a message via ICQ to DeMo Send a message via MSN to DeMo Send a message via Skype™ to DeMo
DeMo is offline  
Reply With Quote
The Following User Says Thank You to DeMo For This Useful Post:
webosb (03-10-2008)