• 2022-06-15 问题

    [[‘a’,’d’], [‘d’,’a’,’4’]]的类型是 A: [String.String] B: [Char, Int] C: [String] D: (String, String)

    [[‘a’,’d’], [‘d’,’a’,’4’]]的类型是 A: [String.String] B: [Char, Int] C: [String] D: (String, String)

  • 2022-06-08 问题

    String s=new String(“hello”); String t =new String(“hello”); char c [ ] ={‘h’,’e’,’l’,’l’,’o’}; 下列哪些表达式返回true ?

    String s=new String(“hello”); String t =new String(“hello”); char c [ ] ={‘h’,’e’,’l’,’l’,’o’}; 下列哪些表达式返回true ?

  • 2022-06-06 问题

    ‌在web.xml中预先对Servlet进行初始化设置的代码如下:‌‌[int-param]‌‌[param-name]myWord[/-name]‌‌[param-value]hello[/-value]‌‌[/-param]‌‌则以下获取初始化参数的语句中正确的是()。‌‌‌ A: String myWord=getInit(“myWorld”); B: String myWord=getInitParameter(“myWord”); C: String myWord=getInitParameter(“hello”); D: String myWord=getInit(“myWord”);

    ‌在web.xml中预先对Servlet进行初始化设置的代码如下:‌‌[int-param]‌‌[param-name]myWord[/-name]‌‌[param-value]hello[/-value]‌‌[/-param]‌‌则以下获取初始化参数的语句中正确的是()。‌‌‌ A: String myWord=getInit(“myWorld”); B: String myWord=getInitParameter(“myWord”); C: String myWord=getInitParameter(“hello”); D: String myWord=getInit(“myWord”);

  • 2022-06-06 问题

    如果有以下关于String[][]的程序代码:String[][] strs = new String[2][5];以下描述正确的是( ) A: 产生10个String实例 B: 产生2个String实例 C: 产生0个String实例 D: 编译失败

    如果有以下关于String[][]的程序代码:String[][] strs = new String[2][5];以下描述正确的是( ) A: 产生10个String实例 B: 产生2个String实例 C: 产生0个String实例 D: 编译失败

  • 2022-05-26 问题

    定义名为“学号”的属性,该属性的类型为“string”,该属性在XML中必须出现,下面正确的选项是( )。 未知类型:{'options': ['[!attribute name="学号" type="string" use="required" /]', '[attribute name="学号" type="string" use="prohibited" /]', '[attribute name="学号" type="string" use="required" /]', '[attribute name="学号" type="string" use="optional" /]'], 'type': 102}

    定义名为“学号”的属性,该属性的类型为“string”,该属性在XML中必须出现,下面正确的选项是( )。 未知类型:{'options': ['[!attribute name="学号" type="string" use="required" /]', '[attribute name="学号" type="string" use="prohibited" /]', '[attribute name="学号" type="string" use="required" /]', '[attribute name="学号" type="string" use="optional" /]'], 'type': 102}

  • 2022-06-08 问题

    String s=new String(“hello”);String t =new String(“hello”);char c [ ] ={‘h’,’e’,’l’,’l’,’o’};下列哪些表达式返回true ? A: s.equals(t); B: t.equals(c); C: s= =t ; D: t.equals (new String(“hello”));

    String s=new String(“hello”);String t =new String(“hello”);char c [ ] ={‘h’,’e’,’l’,’l’,’o’};下列哪些表达式返回true ? A: s.equals(t); B: t.equals(c); C: s= =t ; D: t.equals (new String(“hello”));

  • 2022-06-19 问题

    下列语句输出结果为( )。public class test{public static void main(String args []){String s1=new String("How");String s2=new String("How");System.out. println(!(s1 ==s2));} A: false B: true C: 1 D: 0

    下列语句输出结果为( )。public class test{public static void main(String args []){String s1=new String("How");String s2=new String("How");System.out. println(!(s1 ==s2));} A: false B: true C: 1 D: 0

  • 2022-06-09 问题

    在Java中,以下定义数组的语句正确的是()。A.int t[10]=newint[];B.char[]a=”hello”;C.String[]s=newString[10];D.double[]d[]=newdouble[4][];

    在Java中,以下定义数组的语句正确的是()。A.int t[10]=newint[];B.char[]a=”hello”;C.String[]s=newString[10];D.double[]d[]=newdouble[4][];

  • 2022-06-11 问题

    设有如下定义和语句[1] char *s; s="string";[2] char s[7]; s="string";[3] char s[ ]="string";[4] char s[ ]={'s','t','r','i','n','g'};其中定义项可以作为字符串使用的是______。 A: [1]和[2] B: [1]和[3] C: [1]和[4] D: [3]和[4]

    设有如下定义和语句[1] char *s; s="string";[2] char s[7]; s="string";[3] char s[ ]="string";[4] char s[ ]={'s','t','r','i','n','g'};其中定义项可以作为字符串使用的是______。 A: [1]和[2] B: [1]和[3] C: [1]和[4] D: [3]和[4]

  • 2022-05-28 问题

    在Java应用程序中,[ ]主方法头是合法的。 A: public static void main(String[] args) B: public void main(String args[]) C: public static main(String args) D: static void main(String[] a)

    在Java应用程序中,[ ]主方法头是合法的。 A: public static void main(String[] args) B: public void main(String args[]) C: public static main(String args) D: static void main(String[] a)

  • 1 2 3 4 5 6 7 8 9 10