1.

How we can skip Finally block of exception even if some exception occurs in the exception block in Java?

Answer»

System.exit(0);



Discussion

No Comment Found