首页
题目
TAGS
首页
/
题库
/
[单选题]设有定义:String s=“World的答案
搜答案
设有定义:String s=“World”;,下列语句错误的是()。
单选题
2022-01-14 23:21
A、int m=s.indexOf(‘r’);
B、char c=s.charAt(0);
C、int n=s.length();
D、String str=s.append(‘2’);
查看答案
正确答案
D
试题解析
标签:
全国信息技术应用考试
Java程序设计
感兴趣题目
设有变量string="2012年上半年全国计算机等级考试",能够显示"2012年上半年计算机等级考试"的命令是()。
下面的代码实现一个简单的Applet: import java.applet.Applet; import java.awt.*; public class Sample extends Applet { private String text="Hello World"; public void init() { add(new Label(text)); } public Sample(String string) { text=string; } } 通过下面的HTML文件访问: <html> <title>Sample Applet</title> <body> <applet code="Sample.class"width=200 height=200></applet> </body> </html> 当编译和运行该小程序时会出现什么结果,请选择正确的答案。( )
设有下面的程序段: char s[]="china"; char*p;p=s; 则下列叙述正确的是
设有下面的程序段:char s[]="china"; char*p; p=s;则下列叙述正确的是
Java程序分成应用程序和小应用程序两类,所以一个Java程序不可能既是应用程序,又是小应用程序。()
利用Java语言可以开发客户端Java小程序和应用程序,以及独立的服务器应用程序等。
每个Java小应用程序必须定义为()
每个Java小应用程序必须定义为Jframe类的子类。
阅读下列代码 public class Test { public static void main(String args[]) { String s = "Test"; switch (s) { case "Java": System.out.print("Java"); break; case "Language": System.out.print("Language"); break; case "Test": System.out.print("Test"); break; } } } 其运行结果是( )。
阅读下面代码 public class Test2005 { public static void main(String args[]) { String s="Test"; switch(s) { case"Java":System.out.print("Java"); break; case"Language":System.out.print("Language"): break; case"Test":System.out.print("Test"); break; } } } 其运行结果是
阅读下列代码 public class Test2005 { public static void main(String args[]){ String s="Test"; switch (s){ case "Java": System.out.print("Java"); break; case "Language": System.out.print("Language"); break; case "Test": System.out.print("Test"); break; } } } 其运行结果是( )。
有语句String s=”hello world”; ,以下操作哪个是不合法的?( )
相关题目
关于下面程序片段,( )的结论是正确的。String a = "Java"; String b = "Java"; String x = "Ja"; String y = "va";String c = x + y;
有语句String s=”hello world”; ,以下操作( )是不合法的?
已知如下定义:String s = "story"; 下面哪个语句不是合法的( )
_________ in a person’s speech or writing usually ranges on a continuum from casual or colloquial to formal or polite according to the type of communicative situation.
若有定义typedef char STRING[255]; STRING s; 则s是
Either Napoleon or Hitler ( ) able to conquer the world
顺序执行以下两个语句的输出结果是_______ 。String s = “我喜欢学习Java!”; String s = “我喜欢学习Java!”;
IgA肾病(IgA nepheopathy or Berger’s disease)
设有变量string=“四川省职称计算机应用能力考试”,能够显示“四川省计算机应用能力考试”的命令是( )。
在Java中,字符串由java.lang.String和( )定义。
在Java中,字符串由java.lang.String和( )定义。
设有变量string="2012年上半年全国计算机等级考试",能够显示"2012年上半年计算机等级考试"的命令是()。
设有定义:"char s[12]={"string"};" 则printf("%d ",strlen(s));的输出是( )
设有定义:Strings=“World”;,下列语句错误的是( )。
已知有定义:String s="story",下面哪一个表达式是合法的? ( )
下面的哪些程序段可能导致错误? ( ) Ⅰ: String s = "Gone with the wind"; String t = "good "; String k = s + t; Ⅱ: String s = "Gone with the wind"; String t; t = s[3] + "one"; Ⅲ: String s = "Gone with the wind"; String standard = s.toUpperCase(); Ⅳ: String s = "home directory"; String t = s-"directory":
These are the principles, however formulated, for which all good men and women throughout the world,()of race or creed, education, social position, or occupation, are standing.
设有定义语句“char s[]="123";”,则表达式“s[3]”的值是 ( )
设有定义:String s=“World”;,下列语句错误的是()。
设有变量string="2012年上半年全国计算机等级考试",能够显示"2012年上半年计算机等级考试"的命令是()。
广告位招租WX:84302438
题库考试答案搜索网
免费的网站请分享给朋友吧