单项选择题

return语句一般与( )语句配合使用。

A.if

B.if-else

C.switch
D.For
<上一题 目录 下一题>
热门 试题

单项选择题
下列语句输出结果为( )。 public class test public static void main (String args[]) int x=10,y=9; boolean b=true; System.out.println(x<y||!b);
A.true
B.false
C.1
D.0
单项选择题
下列( )是在当前主机的指定端口上启动远程对象注册服务程序。
A.rmic

B.rmiregistry

C.rmid
D.Serialver
相关试题
  • 下列程序输出结果为( )。 public clas...
  • A
  • A.-32768 ~ + 32767B.-...
  • 下列关于变量的叙述( )是错的。
  • 已知如下代码: boolean m=true; if ...