What is a try statement?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
What is a try statement?
Rating:
A try statement is used to handle any exception that likely occurs while a program is executing. Therefore, only the code that is written inside a try block, is expected to raise an exception. A try statement within a block must be used with either a
Rating:
Was this information helpful?
Other articles
- Things to practice for Microsoft test 70-315.
- What is the Number class?
- What is merge module project?
- What is the for loop?
- What is the FileInputStream class?