The throw keyword in Java is used to explicitly throw an exception from a method or any block of code. The caller must catch the exceptions.
確定! 回上一頁