网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
单选题
哪种方法返回String中的字符数?()
A
size()
B
length()
C
width()
D
girth()
参考答案
参考解析
解析:
暂无解析
更多 “单选题哪种方法返回String中的字符数?()A size()B length()C width()D girth()” 相关考题
考题
以下字符串函数的描述中,错误的是()
A.charAt函数的作用是返回一个字符,如charAt(1)返回字符串中的第一个字符B.在length函数中,一个汉字占两个英文字母的空间,因此长度也要加倍C.substring函数的作用是返回字符串的一个子串D.String类和StringBuffer类都有length函数,它们的形式和功能是一致的E.indexof函数的作用是从前往后搜索字符第一次出现的位置
考题
下面程序运行时输出结果为【】。 include include class Rect { public: Rec
下面程序运行时输出结果为【 】。include<iostream.h>include<malloc.h>class Rect{public:Rect(int1,int w)(length=1;width=w;)void Print(){cout<<"Area:"<<length *width<<endl;)void *operator new(size-t size){return malloc(size);}void operator delete(void *p){free(p)private:int length,width;};void main(){Rect*p;p=new Rect(5,4);p->Print();delete p;}
考题
使用String对象的indexOf()方法查找字符串”helloworld”中是否包含G,下列语句描述正确的是()。A、字符串"helloworld"中不包含G字符,indexOf返回0B、字符串"helloworld"中不包含G字符,indexOf返回nullC、字符串"helloworld"中不包含G字符,indexOf返回-1D、字符串"helloworld"中不包含G字符,indexOf返回1
考题
Visual Basic.NET中,字符串处理函数中返回Str字符串的长度的是()。A、Mid(Str,Start,Lengh)B、Len(Str)C、Instr(Star,String1,String2,Compare)D、Ltrim(Str)
考题
File类的方法中,用于列举某目录下的子目录及文件的方法是()A、long length()B、long lastModified()C、String [] list()D、String getName()
考题
下面哪个方法能判断字符串中是否存在和指定正则表达式匹配的字符串;是则返回true,否则返回false:()A、RegExp 对象的 test()方法B、RegExp 对象的 exec()方法C、String 对象的 search()方法D、String 对象的 match()方法
考题
单选题Visual Basic.NET中,字符串处理函数中返回Str字符串的长度的是()。A
Mid(Str,Start,Lengh)B
Len(Str)C
Instr(Star,String1,String2,Compare)D
Ltrim(Str)
考题
单选题下面哪个方法设置MIME类型?()A
setHeader(String headerName,String headerValue)B
setContentType(String mimeType)C
setContentLength(int length)D
addCookie(Cookie c)E
addHeader(String name,String value)
考题
单选题使用String对象的indexOf()方法查找字符串”helloworld”中是否包含G,下列语句描述正确的是()。A
字符串helloworld中不包含G字符,indexOf返回0B
字符串helloworld中不包含G字符,indexOf返回nullC
字符串helloworld中不包含G字符,indexOf返回-1D
字符串helloworld中不包含G字符,indexOf返回1
考题
(难度:中等)java String对象可以通过调用length()方法获取该字符串的长度
热门标签
最新试卷