CourseException Handling - An Art to Master
AboutLessons

Try with Resources and Selenium Framework

In this video I have covered on the below topics, 1. What is try catch finally blocks? 2. What is the problem with try catch finally blocks? 3. What is try with resources? 4. When we can use try with resources? 5. Is there any prerequisite to use try with resources? 6. How the exception handling mechanism of try with resources varies with try catch finally (optional) 7. Can we have multiple resources inside try with resources(optional) 8. What is the change happened in Java 9 for try with resources? (optional)