Runtime Exception和Exception区别?
Runtime Exception和Exception区别?
相关考题:
Error和Exception下列说法正确的是()。 A.Error表示系统级的错误。B.Error表示程序不必处理的异常。C.Exception表示需要捕捉的异常。D.Exception表示需要程序进行处理的异常。
Youarecreatinganerrorpagethatprovidesauser-friendlyscreenwheneveraserverexceptionoccurs.Youwanttohidethestacktrace,butyoudowanttoprovidetheexception’serrormessagetotheusersotheusercanprovideittothecustomerserviceagentatyourcompany.WhichELcodesnippetinsertsthiserrormessageintotheerrorpage?()A.Message:b${exception.message}/bB.Message:b${exception.errorMessage}/bC.Message:b${request.exception.message}/bD.Message:b${pageContext.exception.message}/bE.Message:b${request.exception.errorMessage}/b
文档标签@exception在文档注释中的格式一般是( )。A、@exception类名描述B、@exception异常描述C、@exception异常变量名描述D、不存在文档标签@exception
Error和Exception的区别是:A.error只程序执行出错,exception则是逻辑不完善。B.error发生后程序会出错,exception发生后不影响程序执行。C.error发生后程序会退出执行,exception发生后有可能继续执行。D.只要设计合理,error和exception都可以被捕获。
Throwable的两个直接子类是()。A.RuntimeException和ExceptionB.Exception和ErrorC.Object和ErrorD.Object和Exception