Throw, throws and finally are the keywords in Java that are used in ... avg() { try { throw new ArithmeticException("demo"); } catch(ArithmeticException e) ...
確定! 回上一頁