Skip to content

Instantly share code, notes, and snippets.

@ozcanzaferayan
Created November 11, 2018 12:43
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 ozcanzaferayan/38086df7cf61999c81a9b79cddb5404a to your computer and use it in GitHub Desktop.
Save ozcanzaferayan/38086df7cf61999c81a9b79cddb5404a to your computer and use it in GitHub Desktop.
Kotlin Nedir: Java'da append metodunda IOException'ın yalancı bir şekilde handle edilmesi.
try {
logfile.append("Hello World")
}
catch (IOException e) {
// Bir şey yapma
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment