Skip to content

Commit c2b01fa

Browse files
committed
link to try/catch/finally clause explanation
1 parent a01540c commit c2b01fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ Argument list should be different while doing method overloading. Argument list
318318
* What does it means to say that a `String` is immutable?
319319
* What are `transient` and `volatile` modifiers?
320320
* What is the `finalize()` method?
321-
* How does the `try{}finally{}` works?
321+
* How does the `try{} catch{} finally{}` works? [Link](http://tutorials.jenkov.com/java-exception-handling/basic-try-catch-finally.html)
322322
* What is the difference between instantiation and initialization of an object?
323323
* When is a `static` block run?
324324
* Explain Generics in Java?

0 commit comments

Comments
 (0)