• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

PHP - Perl - Java

 
Ranch Hand
Posts: 161
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
just wondering: is there anything which java cannot do, what only can be done using PHP or Perl? or where it could by wiser to use
PHP or Perl INSTEAD of java?
I have to decide if I should choose a training
course either in PHP/Perl or intenisfy my
java studies.
Any suggestions from you experienced folks?
thank you!
juliane
 
Ranch Hand
Posts: 235
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I would suggest taking the Java course. There is more demand for it in the workplace, and once you know Java you could learn PHP and Perl very easily on your own. It will also be very easy to work in C#.
 
Sheriff
Posts: 6450
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If you already have some Java courses under your belt, taking a course in an additional language can only broaden your horizons. If you do not have any Java courses, I would take Java.
PHP is basically open-source ASP. Nothing too difficult about it. I do prefer it to ASP though.
Perl is a jack-of-all trades language. If you ever intend on doing significant work in a Unix-like environment, it would be very beneficial to have Perl under your belt. It can simplify a great number of routine tasks and is often used these days as a replacement for sed/awk/shell-scripting.
You can of course also use Perl for cgi programming. Since perl can communicate directly with the operating system of the host it is running on, there is much you can easily do with Perl that would be more difficult with Java because of Java's security "features", as well as Java's insistance on write-once-run-anwhere. For instance, if I wanted to make a web-based application that controlled or monitored various processes running on a server, Perl would be the way to go over Java.
The language of choice for any particular application depends on the job the application needs to do, so it always helps to have as many tools in the toolbox as possible.
 
juliane gross
Ranch Hand
Posts: 161
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi John, Hi jason,
thank you for your comments!
I decide to first intensify java and afterwards
lern perl "easily"!
juliane
reply
    Bookmark Topic Watch Topic
  • New Topic