why should i choose java over others?

Discussion in 'Java' started by docesam, Aug 28, 2009.

  1. docesam

    docesam New Member

    Joined:
    Apr 10, 2009
    Messages:
    5
    Likes Received:
    0
    Trophy Points:
    0
    i came across two high level programming languages :python and ruby.
    they are cross platform,just like java. they are very productive ( a programmer can write a program using python in less than quarter the time you need to write the same program in java). they have have -more or less- all the features you need to make your life easy.

    my question is : why then should me ,you and everybody sacrifice productivity and go for java instead ? what does java has that make it more favorable?
     
  2. Gagan heer

    Gagan heer New Member

    Joined:
    Aug 27, 2009
    Messages:
    4
    Likes Received:
    0
    Trophy Points:
    0
    The area of programming is very wide,and java is the language in which we have to do programming without any kind of help.If a person do java he can be master of the programming nd its not tough for him to do programming in other languages..
     
  3. xpi0t0s

    xpi0t0s Mentor

    Joined:
    Aug 6, 2004
    Messages:
    3,009
    Likes Received:
    203
    Trophy Points:
    63
    Occupation:
    Senior Support Engineer
    Location:
    England
    Different tools for different jobs, and you would pick Java over Python because you have a problem that is better solved with Java than with Python - same reason you pick a hammer over a drill for when you want to bang a nail in.

    > a programmer can write a program using python in less than quarter the time you need to write the same program in java

    That is absolute nonsense for any reasonably sized application. It may be true for trivial "hello world" programs but for normal applications with 1000s of lines of code and more, the amount of time spent on the language details is tiny compared with the amount of time sorting out the application logic.
     
    shabbir likes this.
  4. devunion

    devunion New Member

    Joined:
    Sep 26, 2008
    Messages:
    19
    Likes Received:
    2
    Trophy Points:
    0
    Really? You can compare Java and C++. The same difference is between Java and Python.

    2 docesam: At this time Python-based web wrameworks not so popular as Java-based. Java can be better for large projects which need to be supported for a long time after development. It can be difficult to support tricky Python code which was created in functional style.

    BTW, you can compare Erlang, ARC, Schema and Python and ask yourself this question. Why you should to use Python instead of These languages? :)
     
  5. Scripting

    Scripting John Hoder

    Joined:
    Jun 29, 2010
    Messages:
    421
    Likes Received:
    57
    Trophy Points:
    0
    Occupation:
    School for life
    Location:
    /root
    simply answer is - YOU SHOLDN'T
     
  6. atsukoarai86

    atsukoarai86 New Member

    Joined:
    Aug 5, 2010
    Messages:
    7
    Likes Received:
    0
    Trophy Points:
    0
    Occupation:
    systems analyst / db developer
    Location:
    Jupiter
    Personally, I would say C++ is the language in which we have to do programming without any kind of help. Java does way so much more for you than C++ does.

    Also, I do agree that writing in a more "pure" programming language such as Java or C++ just makes you a better more well rounded programmer.
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice