Exception Handling - Hindi

1428 visits



Outline:

- Exception क्या है? - Exceptionsके प्रकार - Checked Exceptions - Unchecked Exceptions - ''ArrayIndexOutOfBoundsException'' समझाना - उदाहरण के साथChecked Exceptions का प्रदर्शन - try-catch blocks का उपयोग करके Exceptions हैंडल करना - ''ArithmeticException''समझाना - उदाहरण के साथUnchecked Exceptionsका प्रदर्शन - ''FileNotFoundException'' समझाना - finally block का उपयोग - ''NullPointerException''समझाना