difficulty to learn other languages after learning java

Discussion in 'Programming' started by ChikaYeah, Oct 22, 2007.

  1. #1
    I'm currently learning java, but i don't think it'll be much use to me. What are more commonly used/website integrated languages, and how difficult are they?
     
    ChikaYeah, Oct 22, 2007 IP
  2. yourihost

    yourihost Well-Known Member

    Messages:
    1,708
    Likes Received:
    45
    Best Answers:
    0
    Trophy Points:
    115
    #2
    yourihost, Oct 22, 2007 IP
  3. rile

    rile Member

    Messages:
    77
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    41
    #3
    You can use java for server side programming. Generaly you can use any code which can be executed on server, but as yourihost said, PHP is most used and it's very easy.
     
    rile, Oct 22, 2007 IP
  4. firmaterra

    firmaterra Peon

    Messages:
    756
    Likes Received:
    16
    Best Answers:
    0
    Trophy Points:
    0
    #4
    After learning JAVA picking up PHP will be a doodle :p
     
    firmaterra, Oct 22, 2007 IP
  5. Arkserver

    Arkserver Banned

    Messages:
    2,533
    Likes Received:
    35
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Well, I have several years experience with Java (RMI, beans, servlets, J2EE etc)
    and i also program in c/c++ its a total new world but it you know basic OO you only need to learn/take a look at the API and you can learn how to code with language x pretty fast. Reading books / tutorials about a programming language is also recommended if you start with a new programming language.
     
    Arkserver, Oct 25, 2007 IP
  6. andrews

    andrews Peon

    Messages:
    34
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #6
    I'm currently learning Java and PHP. It's not that hard, the OOP looks very similar.
     
    andrews, Oct 27, 2007 IP
  7. cpucandy

    cpucandy Peon

    Messages:
    489
    Likes Received:
    23
    Best Answers:
    0
    Trophy Points:
    0
    #7
    I would disagree about your statement of Java not being much use (unless you are going to get out of programming). Anyway, coding in C# and Java is really just about the same. Just learn the package paths and tiny variations between the two languages.
     
    cpucandy, Oct 29, 2007 IP
  8. zhaiduo

    zhaiduo Peon

    Messages:
    129
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #8
    Don't worry, more languages become more close to Java, like PHP5, AS3.
     
    zhaiduo, Oct 29, 2007 IP
  9. krzyk

    krzyk Peon

    Messages:
    61
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #9
    It depens on what you're aiming.
    PHP is the most popular language in hosting companies, so you can easily find a place to put your site.
    Java on the other hand has few, and more expensive, hostings.

    But, remember if you want to find a highly payable work, than better go with Java it's more enterprise :) (like .NET)

    PS. After learning Java you will never want to get back to PHP ;)
     
    krzyk, Oct 30, 2007 IP
  10. Marck

    Marck Peon

    Messages:
    28
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #10
    There is a lot of dumbing down in Java and dogma and closemindedness in the Java community. It's a business language, for people with dumb bosses who like everything to be neatly squared away.

    I'd guess it could be quite hard to learn the nitty gritty of other languages if you start with Java. C is the language to start with (not C++). After all, most other language platforms are written in C. It's the Alpha and Omega.
     
    Marck, Oct 30, 2007 IP
  11. krzyk

    krzyk Peon

    Messages:
    61
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #11
    You are right that C is the foundation of most well know languages, but nowadays learning C is like learning assembler. It's better to start of with OO language, later on it will pay off.

    For a complete newbie, I would recommend to start with Python. It's easy, dynamic, and can be used in web programming (ok, every language could be used), see Django.
     
    krzyk, Oct 30, 2007 IP