+1 vote
in JAVA by
How can you handle Java exceptions in Java?

1 Answer

0 votes
by

By using these 5 keywords we can handle the Java exceptions

• catch

• finally

• try

• throws

• throw

...