0
what is the purpose of âtryâ and âcatchâ in java?
3 Answers
+ 2
use this link
http://www.geeksforgeeks.org/flow-control-in-try-catch-finally-in-java/
and ask me.if u have any doubts
+ 1
The try block contains set of statements where an exception can occur. A try block is always followed by a catch block, which handles the exception that occurs in associated try block. A try block must be followed by catch blocks or finally block or both.
0
https://chat.whatsapp.com/EOxOARoXozW3GpFQvxDhLu if you are interested you can join java group