#throws

相关标签
throw chrome synchronized bashrc threadlocal terminatethread window.location.href thread.sleep handlerthread threadpoolexecutor pthread_create scheduledthreadpoolexecutor activitythread SuspendThread beginthreadex pthread Thread ThreadPool location.href Thrift

在java中throw和throws有什么区别

2021-01-01 10:51:34

1.throw是语句抛出一个异常,throws是方法可能抛出异常的声明2.throws出现在方法函数头,而throw出现在函数体3.throw是指抛出一个异常的动作,而throws代表一种状态,指的是...

0