anyone know both php and java?

chvs2000

New member
I am java developer learning php. From an overview of php i feel java is more elegant approach with mvc framework and orm tools. I feel like developing with php means writing the entire code jsps.

is that true?
 
I know both very well, and I think PHP uses less code to do the same thing. I hear that interpreters are much faster than JVMs as well. MVC is what makes Java better for enterprise systems, because it's easier to combine forces. If you ask which one is better, most people will say, "PHP for web" and "Java for business."
 
Back
Top