+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

Related questions

+1 vote
asked May 16, 2022 in AJAX by john ganales
+1 vote
asked Nov 15, 2021 in Ruby by Robin
...