Showing posts with label Throw. Show all posts
Showing posts with label Throw. Show all posts

Difference between throw and throws in Java

This is one of the famous interview question asked. When we talk about throw and throws it comes under Exception handling in Java and both are keywords used to handle different types of exception...