Understanding checked vs unchecked exceptions in Java
Joshua Bloch successful Effectual Java stated that Usage checked exceptions for recoverable situations and runtime exceptions for programming errors Point
        
    { Code - Sleep - Repeat }