Added the official Oracle Java doc on "Finally" (#23823)
This commit is contained in:
@ -41,3 +41,6 @@ try {
|
|||||||
```
|
```
|
||||||
|
|
||||||
The above code works fine even though the catch statement is not used.
|
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)
|
||||||
|
Reference in New Issue
Block a user