单项选择题
使用C#编程过程中,string类中判断字符串不为空使用的API是()
A.Format
B.IsNullOrEmpty
C.Concat
D.Compare
点击查看答案&解析
相关考题
-
单项选择题
使用C#编程过程中,对void表述正确的是()
A.布尔类型的返回值
B.String类型的返回值
C.int类型的返回值
D.无返回值 -
单项选择题
使用C#编程过程中,File类里,实现文件拷贝的API是下列哪个选项()
A.Move
B.ArrayCopy
C.CopyTo
D.Copy -
单项选择题
public int a=9;使用C#编程过程中,下列关于接口的定义正确的是()
A.interface A{void print(){};}
B.final interface A{void print();}
C.abstract interface A extends 接口1,接口2{abstract void print(){};}
D.interface A{void print();}
