Skip to content

Instantly share code, notes, and snippets.

@denizfurkan
Created June 11, 2019 17:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save denizfurkan/89223117dc692b7303e72b670f8952f6 to your computer and use it in GitHub Desktop.
Save denizfurkan/89223117dc692b7303e72b670f8952f6 to your computer and use it in GitHub Desktop.
try {
Integer[] array = new Integer[]{1, 2, 3};
System.out.println(array[5]);
}catch (Exception e){
System.out.println("Hata Oluştu");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment