/**
* {@link <a href=
* "https://[Log in to view URL]"
* target="_blank">Eccezione non gestita</a>}
*
* @author itammb ( Italia Massimiliano Buscati )
* @version JDK 1.15
*
*/
class Main {
public static void exit() {
int[] array = new int[4];
System.out.println(array[4]);
}
public static void main(String args[]) throws Exception {
// Unit test - eccezione non gestita
exit();
// l'applicazione termina in maniera forzata
}
}
To embed this project on your website, copy the following code and paste it into your website's HTML: