给出下面代码:
public class Person{
static int arr[] = new int[10];
public st
日期:1970-01-01 08:00:00
点击:6054
好评:0
...
在使用interface声明一个接口时,用下面______修饰符修饰该接口时,该接口被使用
日期:1970-01-01 08:00:00
点击:6040
好评:0
...
switch (m)
{
case 0: System.out.println("Condition 0");
case 1: System.out.println("Condition 1")
日期:1970-01-01 08:00:00
点击:6076
好评:0
...
下列叙述中,错误的是
日期:1970-01-01 08:00:00
点击:6879
好评:0
...
下列代码段中parseFloat方法的作用是______。
String floatStr = JOptionPane.showInputDialo
日期:1970-01-01 08:00:00
点击:6033
好评:0
...
下列代码段执行后,字符串str的值是______。
List...
下列代码执行后的输出结果为______。
StringBuffer sb = new StringBuffer();
sb.append("T
日期:1970-01-01 08:00:00
点击:6037
好评:0
...
若有语句String s="java",则查找s中字母a最后出现的位置的语句是
日期:1970-01-01 08:00:00
点击:6032
好评:0
...
关于下列赋值语句,正确的说法是______。
a = Integer.parseInt("1024");
b = Integer.va
日期:1970-01-01 08:00:00
点击:6048
好评:0
...
下列语句执行后,i的值为______。
String str = "rock\"n\"roll";
String str1 = "\"";
int
日期:1970-01-01 08:00:00
点击:6033
好评:0
...