设Thread对象thd的优先级为7,thd又创建了另一个Thread对象chd,如果未对chd的优先级进行修改,则chd的优先级为()。
A、1
B、5
C、7
D、10
A、单甩继承
B、方法覆盖
C、多重继承
D、方法签名
A、wait
B、new
C、long
D、switch
A、inta[4][6]
B、inta[4][6]=newint[4][6]
C、inta[][]=newint[4][]
D、inta[][]=newint[][6]
A、JDialog
B、JPanel
C、JScrollPane
D、JToolBar