【定义】
error: external, like out of memory
exception: internal, like file not found
父类都是throwable 逻辑有错是runtimeerror
【是否check】
unchecked types: error, run time exception
how to solve checked: catch, specify
原文:https://www.cnblogs.com/immiao0319/p/9873157.html