Write general syntax of try-catch block

Java Programming Language >   Managing Errors and Exception >   Introduction to Exception Handling  

Short Question

526


Answer:

Syntax of try catch in java

try
{     //statements that may cause an exception
}
Catch (exception (type) e (object))?
{      //error handling code
}


This Particular section is dedicated to Question & Answer only. If you want learn more about Java Programming Language. Then you can visit below links to get more depth on this subject.




Join Our telegram group to ask Questions

Click below button to join our groups.