相关考题
-
单项选择题
若有定义int a=9,b=6;a>b的值是()。
A、0
B、1
C、false
D、true -
单项选择题
若有定义int a=1,b=2;表达式(a++)+(++b)的值是()。
A、3
B、4
C、5
D、6 -
单项选择题
下列容器中哪一个是从java.awt.Window继承的()。
A、Frame
B、Panel
C、Container
D、Applet
