in JAVA by (32.2k points)
How can you handle Java exceptions in Java?

1 Answer

0 votes
by (32.2k points)

By using these 5 keywords we can handle the Java exceptions

• catch

• finally

• try

• throws

• throw

Related questions

0 votes
+1 vote
+1 vote
asked Feb 1 in JAVA by sharadyadav1986 (31.6k points)
+1 vote
asked Nov 15, 2021 in Ruby by Robin (14.6k points)
0 votes
asked Apr 8, 2021 in JAVA by SakshiSharma (32.2k points)
0 votes
asked Oct 5, 2021 in Kotlin by rajeshsharma (23.9k points)
...