This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
OCPJP vs. Zend Certified Engineer für PHP 5.3 :: is PHP simpler for newbies than Java?
Fazile Moser
Greenhorn
Joined: Apr 20, 2011
Posts: 23
posted
0
Hi
Is learning PHP simpler than learning Java (with no previous programming experience)?
Which exam is more difficult? OCPJP or Zend Certified Engineer für PHP 5.3
I'd say getting started with PHP is certainly easier. Learning a script-oriented languages usually is. If all you're really interested in is writing web-based scripted programs, that's an excellent way to go.
I can't imagine too many people who have taken either of the certifications you've listed would know a lot about the other one.
Make visible what, without you, might perhaps never have been seen. - Robert Bresson
Paul Anilprem
Enthuware Software Support
Ranch Hand
Joined: Sep 23, 2000
Posts: 2912
posted
0
Fazile Moser wrote:Hi
Is learning PHP simpler than learning Java (with no previous programming experience)?
Which exam is more difficult? OCPJP or Zend Certified Engineer für PHP 5.3
Learning enough about any language/technology so that you can actually do something worth while with it takes about the same amount of effort. If you just want do to System.out.println kind of thing, learning how to do it one language might be easier than the other ;)