Siéntete libre de divulgar nuestra página y códigos con otro, ayúdanos a hacer crecer esta comunidad.
Ejemplo 1: Java intenta atrapar
try// Code that may have errorcatch(ErrorName e)// Another code
Ejemplo 2: intente capturar Java
publicclassMyClasspublicstaticvoidmain(String[] args)tryint[] myNumbers =1,2,3,4,5,6;System.out.println(myNumbers[10]);catch(Exception e)System.out.println("Something went wrong. check again");
Recuerda dar visibilidad a esta noticia si te ayudó.
¡Haz clic para puntuar esta entrada!
(Votos: 0 Promedio: 0)