Exception

Difference Between throw and throws in Java
Throw is a keyword which is used to throw an exception explicitly in the program inside a function or inside a block of code. Throws is a keyword used...