File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -125,9 +125,10 @@ Three types:
1251253 . ** Errors:** Problems that arise beyond the control of the user and programmer, e.g. stack overflow
126126
127127### Exception Hierarchy
128- ![ alt text] ( http://cdncontribute.geeksforgeeks.org/wp-content/uploads/Exception-in-java1.png " Java Exceptions Hierarchy ")
129128
130- ![ alt text] ( http://www.benchresources.net/wp-content/uploads/2017/02/exception-hierarchy-in-java.png " Java Exceptions Hierarchy ")
129+ <img src =" http://cdncontribute.geeksforgeeks.org/wp-content/uploads/Exception-in-java1.png " alt =" Java Exceptions Hierarchy " style =" max-width : 80% ; display : block ; margin : 1rem auto ;" />
130+
131+ <img src =" http://www.benchresources.net/wp-content/uploads/2017/02/exception-hierarchy-in-java.png " alt =" Java Exceptions Hierarchy " style =" max-width : 80% ; display : block ; margin : 1rem auto ;" />
131132
132133### try-with-resources
133134Automatically closes the resources used, e.g.
You can’t perform that action at this time.
0 commit comments