Java is a robust language

Discussion in 'Programming' started by raghu1, Sep 15, 2011.

  1. #1
    Is Java a robust language or not?
     
    raghu1, Sep 15, 2011 IP
  2. Rukbat

    Rukbat Well-Known Member

    Messages:
    2,908
    Likes Received:
    37
    Best Answers:
    51
    Trophy Points:
    125
    #2
    Algorithms are robust, languages aren't. Any language allows you to write robust programs.
     
    Rukbat, Sep 15, 2011 IP
  3. bharatmax

    bharatmax Member

    Messages:
    650
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    28
    #3
    Absolutely...its the WRITER that makes difference much.JAVA is popular..that doesn't mean its powerful..
     
    bharatmax, Sep 15, 2011 IP
  4. Rukbat

    Rukbat Well-Known Member

    Messages:
    2,908
    Likes Received:
    37
    Best Answers:
    51
    Trophy Points:
    125
    #4
    "Robust" basically means "if something external to the program makes the program break, it has code to recover from the program". IOW, very good error trapping. That's up to the programmer, as bharatmax said.
     
    Rukbat, Sep 15, 2011 IP