Syntax of try catch in java. try { //statements that may cause an exception } catch (exception(type) e(object)) { //error handling code } ...
確定! 回上一頁