InterviewSolution
Saved Bookmarks
| 1. |
How we can skip Finally block of exception even if some exception occurs in the exception block in Java? |
|
Answer» System.exit(0); |
|