易搜题 > 资格证大类 > 计算机编程 > 问题详情
问题详情

What can cause a thread to become non-runnable?()

A、 Exiting from a synchronized block.

B、 Calling the wait method on an object.

C、 Calling the notify method on an object.

D、 Calling the notifyAll method on an object.

未找到的试题在搜索页框底部可快速提交,在会员中心"提交的题"查看可解决状态。 收藏该题
查看答案

相关问题推荐

  • POWER7的高级虚拟化特性中支持处理器分区密度是1个处理器,处理器增量单位是十分之一个处理器。这个说法正确与否?

    A、对

    B、错

  • 设有如下程序:程序运行后单击命令按钮Command1,输出结果为(  )。

    A、105 7

    B、90 5

    C、15 7

    D、15 5

  • 删除视图salary的命令是(  )。

    A、DROP VIEW salary

    B、DROP salary VIEW

    C、DELECT salary

    D、DELECT salary VIEW

  • 数字符号的种类不包括()

    A、西文半角

    B、西文全角

    C、罗马数字

    D、中文番号

  • 下面函数的功能应该是:删除字符串str中所有与变量ch相同的字符,并返回删除后的结果。例如:若str=″ABCDABCD″,ch=″B″,则函数的返回值为″ACDACD″但实际上函数有错误,需要修改。下面的修改方案中正确的是(  )。

    A、把ret=ret &temp改为ret=temp

    B、把If temp=ch Then改为If temp<>ch Then

    C、把delchar=ret改为delchar=temp

    D、把ret=″″改为temp=″″

联系客服 会员中心
TOP