What language was the first to implement exception handling?

前端 未结 9 2262
不知归路
不知归路 2021-01-01 16:13

This question is not a technical but a historical one. I was just thinking today that I\'ve also thought of Java as the \"first\" language to use exception handling, until I

9条回答
  •  刺人心
    刺人心 (楼主)
    2021-01-01 16:42

    Regarding COBOL's support for exception handling: Classic (I/O and arithmetic) exception handling has been around since at least the 1968 COBOL standard. OO exception handling was added to COBOL in the 2002 standard.

提交回复
热议问题