finalize


finally finally in java represents a block which is mainly used to do clean-up task. It always execute whether the exception occur or not execpt only in case some fatal error cause program to abort or program exits using System.exit (). It is always followed by either catch or try block.