Created
June 11, 2019 17:35
-
-
Save denizfurkan/89223117dc692b7303e72b670f8952f6 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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