Main difference between throw and throws in Java is that throw is used to throw an exception, whereas throws is used to declare an exception.
確定! 回上一頁