What is the difference between throw and throws?

Last Updated :
Discuss
Comments

What is the difference between throw and throws?

throw is used to declare exceptions, throws is used to throw exceptions

throws is used to declare exceptions, throw is used to throw exceptions

Both are used to declare exceptions

Both are used to throw exceptions

Share your thoughts in the comments