Embed presentation
Download as ODP, PPTX








![// File Name : ExcepTest.javaimport java.io.*;public class ExcepTest{public static void main(String args[]){try{int a[] = new int[2];System.out.println("Access element three :" + a[3]);}catch(ArrayIndexOutOfBoundsException e){System.out.println("Exception thrown :" + e);}System.out.println("Out of the block");}}Output:Exception thrownOut of the block:java.lang.ArrayIndexOutOfBoundsException: 3](/image.pl?url=https%3a%2f%2fimage.slidesharecdn.com%2fexception-131116014209-phpapp02%2f75%2fException-handling-in-python-9-2048.jpg&f=jpg&w=240)










This document provides information about a mentoring program run by Baabtra-Mentoring Partner. It includes a trainee's typing speed progress over 5 weeks, with targets and achievements. It also lists 3 job applications with company names, designations, and application dates. Finally, it discusses Python exceptions handling, including try/catch blocks, built-in exception classes, raising exceptions, and error types.








![// File Name : ExcepTest.javaimport java.io.*;public class ExcepTest{public static void main(String args[]){try{int a[] = new int[2];System.out.println("Access element three :" + a[3]);}catch(ArrayIndexOutOfBoundsException e){System.out.println("Exception thrown :" + e);}System.out.println("Out of the block");}}Output:Exception thrownOut of the block:java.lang.ArrayIndexOutOfBoundsException: 3](/image.pl?url=https%3a%2f%2fimage.slidesharecdn.com%2fexception-131116014209-phpapp02%2f75%2fException-handling-in-python-9-2048.jpg&f=jpg&w=240)









