哪个关键字可以抛出异常?()
A、transient
B、finally
C、throw
D、static
第1题:
【单选题】以下哪个关键字可以用来对对象加互斥锁?
A.transient
B.synchronized
C.serialize
D.static
第2题:
【单选题】哪个关键字可以对对象加互斥锁?
A.transient
B.serialize
C.synchronized
D.Static
第3题:
下列哪个关键字可以对对象加互斥锁?()
A.transient
B.synchronized
C.serialize
D.static
第4题:
哪个关键字可以手动抛出异常?()
A.transient
B.throw
C.finally
D.catch
第5题:
java中用来抛出异常的关键字是()
A.try
B.catch
C.throw
D.throws