JAVA程序设计(山东联盟) 知到智慧树答案2026年版

第一章 单元测试

 

1、

以下对Java 语言不正确的描述是( )

A. Java语言是一个完全面向对象的语言。

B. Java是结构中立与平台无关的语言。

C. Java是一种编译性语言。

D. Java是一种结构化语言。


A:Java语言是一个完全面向对象的语言。
B:Java是结构中立与平台无关的语言。
C: Java是一种编译性语言。
D:Java是一种结构化语言
答案: Java是一种结构化语言

2、

以下说法正

点我阅读全文

剑桥商务英语 知到智慧树答案2026年版

第一章 单元测试

 

1、
I have been working at Dell Computer for two years. I ______ in examing international contracts to make sure that they are comply with the law.

A:manage
B:am specialised
C:specialise
D:am responsible
答案: specialise

2、
Remploy is a company that employs disabled people. I ______ with the media and try to get us as much good publicity as possible.

点我阅读全文

水利信息化高级编程(Java程序设计Ⅱ) 知到智慧树答案2026年版

第一章 单元测试

1、 给定如下Java代码,下列( )方法可以将其加入Example类中,并且能够编译正确。
public class Example {
public int getSomething(int d) {
return d;
}
}

A:B.public void getSomething(int i) {}
B:private int getSomething(int i,String s) {return 20;}
C:public double getSomething() {return “abc”}
D:private int getSomething(int i,String s) {}
答案:
private int getSomething(int i,String s

点我阅读全文