Content deleted Content added
→Java: more info on try-with-resources |
→Java: terminology correction |
||
Line 481:
} catch (IOException ioe) {
// Deal with exception.
} //
finally {
// A finally
}
</syntaxhighlight>
|