Added the official Oracle Java doc on "Finally" (#23823)

pull/34474/head
cindy-tu 2018-11-27 18:16:04 -08:00 committed by Manish Giri
parent 5758e8db7a
commit e05b874fc5
1 changed files with 3 additions and 0 deletions

View File

@ -41,3 +41,6 @@ try {
```
The above code works fine even though the catch statement is not used.
#### More Information:
- [Oracle Java Docs : Finally keyword](https://docs.oracle.com/javase/specs/jls/se7/html/jls-14.html#jls-14.20.2)