Skip to content

Commit

Permalink
link to try/catch/finally clause explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
fmastale committed Nov 4, 2017
1 parent a01540c commit c2b01fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ Argument list should be different while doing method overloading. Argument list
* What does it means to say that a `String` is immutable?
* What are `transient` and `volatile` modifiers?
* What is the `finalize()` method?
* How does the `try{}finally{}` works?
* How does the `try{} catch{} finally{}` works? [Link](http://tutorials.jenkov.com/java-exception-handling/basic-try-catch-finally.html)
* What is the difference between instantiation and initialization of an object?
* When is a `static` block run?
* Explain Generics in Java?
Expand Down

0 comments on commit c2b01fa

Please sign in to comment.