What is the purpose of using Finally Block?
I write code without Finally Block and with Finally Block. The result is same.

CODE with FinallyBlock:


public class Exception{
public static...