Unterschied zwischen der Verwendung von Throwable und Exception in einem Try Catch
Manchmal verstehe ich try { } catch(Throwable e) { } Und manchmal try { } catch(Exception e) { } Was ist der