题目内容

以下哪些类是来自Java API的类?

A. Scanner
B. Random
C. PrintWriter
D. 以上所有

查看答案
更多问题

以下哪个是Java中的关键字?

A. private
B. sightprint
C. house
D. object

If method A calls method B, and method B calls method C, and method C calls method D, when method D finishes, what happens? 如果方法A调用方法B,方法B调用方法C,方法C调用方法D,当方法D完成时,会发生什么?

A. control is returned to method A 控件返回到方法A
B. control is returned to method B 控件返回到方法B
C. control is returned to method C 控件返回到方法C
D. the program terminates 程序终止

This part of a method is a collection of statements that are performed when the method is executed.方法的这一部分是执行方法时执行的语句的集合。

A. method header 方法头
B. return type 返回类型
C. method body 方法体
D. method modifier 方法修饰符

In the header, the method name is always followed by this: 在头中,方法名后面始终跟有:

A. parentheses 圆括号
B. return type 返回类型
C. data type 数据类型
D. braces 大括号

答案查题题库