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

滚动条可以响应的事件是(  )。

A、Load

B、Scroll

C、Click

D、MouseDown

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

相关问题推荐

  • 有如下类说明:在构造函数TestClass1的下列定义中,正确的是(  )。

    A、

    B、

    C、

    D、

  • 什么是节点流?什么是处理流或过滤流?分别在什么场合使用?

  • 要删除列表框中最后一个列表项,正确的语句是(  )。

    A、List1.RemoveItem ListCount

    B、List1.Removehem Listl.ListCount

    C、List1.RemoveItem ListCount-1

    D、List1.RemoveItem Listl.ListCount-1

  • 在虚拟存储器中,辅存的编址方式是()

    A、按信息编址

    B、按字编址

    C、按字节编址

    D、按位编址

  • public class X {   public static void main (String args) {   byte b = 127;   byte c = 126;   byte d = b + c;   }   }   Which statement is true?()  

    A、 Compilation succeeds and d takes the value 253.

    B、 Line 5 contains an error that prevents compilation.

    C、 Line 5 throws an exception indicating “Out of range”

    D、 Line 3 and 4 contain error that prevent compilation.

    E、 The compilation succeeds and d takes the value of 1.

联系客服 会员中心
TOP