【单选题】分析下列代码public class Test { public static void main(String[] args) { A a = new A(); a.print(); }}class A { String s; A(String s) { this.s = s; } void print() { System.out.println(s); }}
A.
这个程序有一个编译错误,因为a类不是一个public类。
B.
这个程序有一个编译错误,因为a类没有默认的构造函数。
【判断题】班级授课出现以后,又出现了许多旨在否定班级授课或纠正班级授课缺陷的教学组织形式。()
【简答题】将下面的句子改成反问句。 同窗三载的情谊,我们不会忘记。 ________________________________________________________________________
【单选题】分析下列代码: public class Test { public static void main(String[] args) { int month = 09; System.out.println("month is " + month); } }
D.
该程序有语法错误,因为09是一个不正确的字面值。
【单选题】分析下列代码public class Test { public static void main(String[] args) { System.out.println(xMethod(5, 500L)); } public static int xMethod(int n, long l) { System.out.println("int, long"); return n; } publi...
D.
程序无法编译,因为编译器无法区分要调用哪个xmethod方法。
【简答题】聚氯乙烯(PVC)保鲜膜的安全问题引起广泛关注。PVC的安全隐患主要来自于塑料中残留的PVC单体以及不符合国家标准的增塑剂DEHA。已知 ①工业上用乙烯和氯气为原料合成PVC。 ②次氯酸能跟乙烯发生加成反应:CH 2 =CH 2 +HOCl=CH 2 (OH)CH 2 Cl。 发生如下图所示的转化,回答下列问题: (1)写出下列物质的结构简式:B_________,C_________。 (2)写...