题目内容

x=2, y=3,z=4,则表达式z*=y+十*--x的值是() 。

A. 12
B. 24
C. 16
D. 3

查看答案
更多问题

以下赋值语句正确的是() 。

A. char c1=”a”
B. float f1=3.22
C. byte b1=266
D. long L1=0xAC8L

Java不支持多重继承,但我们可以通过()实现

A. 多态
B. 接口
C. 覆盖
D. 抽象类

已知类person是类student的父类,以下数组定义和赋值哪些是正确的()

A. person p[]=new person[3]; p[1]=new student () ;
B. student s[]=new person[3] ; s[1]=new person() ;
C. person p[]= new student[3];p[1]= new person() ;
D. student s[]=new student[3] ;s[1]=new person;

main 方法是java Application程序执行的入口点,关于main方法的方法头以下()是合法的。

A. public static void main()
B. public static void main(String args[])
C. public static int main(String[] arg)
D. public void main(String arg[])

答案查题题库