在空容器(如Queue或Stack)上执行非法操作时,会产生哪种异常?( )
EmptyStackException
NoSuchElementException
UnsupportedOperationException
IllegalStateException
当试图访问或删除队列或堆栈等空容器中的元素时,会抛出NoSuchElementException。
在空容器(如Queue或Stack)上执行非法操作时,会产生哪种异常?( )
EmptyStackException
NoSuchElementException
UnsupportedOperationException
IllegalStateException