网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
单选题
对于下面代码说法正确的是:() @property(copy,nonatomic,readonly)NSString*calValue;
A
没有getter方法,当对calValue赋值时,将产生一个NSString副本。
B
此属性可保证多线程安全。
C
此属性在合成时可以生成设置器方法(setter-getter方法)。
D
此属性只能读取,不能赋值。
参考答案
参考解析
解析:
暂无解析
更多 “单选题对于下面代码说法正确的是:() @property(copy,nonatomic,readonly)NSString*calValue;A 没有getter方法,当对calValue赋值时,将产生一个NSString副本。B 此属性可保证多线程安全。C 此属性在合成时可以生成设置器方法(setter-getter方法)。D 此属性只能读取,不能赋值。” 相关考题
考题
下面关于查看源代码说法正确的是( )
A.一般不能在IE中查看网页的源代码B.在DreamweaverMX中可以使用代码监视器(CodeInspector)查看的页面的源代码C.在DreamweaverMX中只有一种方法可以查看网页的源代码D.以上说法都错
考题
对于代码:document.getElementById("div1").innerHTML 说法正确的是()A、语法错误B、这段代码是获得div1标签对象C、这段代码是获得div1标签内的HTML文本D、这段代码是获得div1标签包含div1标签在内的HTML文本
考题
假设在某JSP页面中存在” s:property”代码,则以下说法正确的是()A、编译JSP页面时会出现错误B、编译JSP页面时不会出现错误,但页面不会显示任何内容C、该代码用于输出位于ValueStack(值栈)栈顶的对象D、以上说法都不正确
考题
假设在某JSP页面中存在“〈s:property〉”代码,则以下说法正确的是()。A、编译JSP页面时会出现错误B、编译JSP页面时不会出现错误,但页面不会显示任何内容C、该代码用于输出位于ValueStack(值栈)栈顶的对象
考题
下面用来将NVRAM中的配置恢复为当前运行的配置的命令有()。A、copy run startB、copy start runC、copy run tftpD、copy tftp run
考题
自定义皮肤@#@AV-djje#OPTIONS-{readOnly:true,width:125}这段话说法不正确的是()A、@#@AV-djje#为固定格式B、djje对应VO中属性的nameC、{readOnly:true,width:125}可以修改D、表示一个下拉框
考题
"分析下面这行代码if(5705|2)Systen.out.println(""true""),选择唯一正确的说法()"A、这行代码不能编译B、代码编译,无任何输出C、代码编译,输出trueD、代码编译,输出false
考题
transition-property属性语法格式正确的是()。A、transition-property:name;B、transition-property:none;C、transition-property:widthheight;D、transition-property:all;
考题
cindy has created a private agent. she wants her colleagues to be able to use it. which one of the following should she do to achieve this?()A、 change the agent property to shared B、 copy the agent to a domino 6 server C、 change the agent property to shared code D、 delete the agent. She must create it again as a shared agent
考题
You are creating a Windows Forms application by using the .NET Framework 3.5. The application displays employee names by using the TreeView control. You need to implement the drag and drop functionality in the TreeView control.Which two actions should you perform?()A、Set theAllowDrag property to true.Create an event handler for the DragOver event.B、Set theAllowDrag property to true.Create an event handler for the ItemDrag event to call the DoDragDrop method.C、Set theAllowDrag property to true.Create an event handler for the DragEnter event to call the DoDragDrop method .D、Create an event handler for the DragDrop event to handle the move or copy by itself.E、Create an event handler for the DragEnter event to handle the move or copy by itself.
考题
单选题声明一个返回值为NSArray,并且带两个字符串对象的Block类型变量()A
NSArray(*aBlock)(NSString*str,NSString*str2)B
NSArray^(*aBlock)(NSString*str,NSString*str2)C
NSArray(^aBlock)(NSString*str,NSString*str2)D
NSArray*(^aBlock)(NSString*str,NSString*str2)
考题
单选题NSString和NSMutableString的关系和区别描述不正确的是()A
NSString是不可变字符串,即本身内容不能被改变。B
NSMutableString是可变字符串,即本身内容可修改。C
NSMutableString是NSString的子类。D
NSString和NSMutableString没有任何关系。
考题
单选题对于语句NSString*obj=[[NSData alloc] init];obj在编译时和运行时分别时什么类型的对象?()A
编译时是NSString的类型;运行时是NSData类型的对象B
编译时是NSObject的类型;运行时是NSData类型的对象C
编译时是NSData的类型;运行时是NSString类型的对象D
编译时是NSObject的类型;运行时是NSString类型的对象
考题
单选题假设在某JSP页面中存在“〈s:property〉”代码,则以下说法正确的是()。A
编译JSP页面时会出现错误B
编译JSP页面时不会出现错误,但页面不会显示任何内容C
该代码用于输出位于ValueStack(值栈)栈顶的对象
考题
多选题You are creating a Windows Forms application by using the .NET Framework 3.5. The application displays employee names by using the TreeView control. You need to implement the drag and drop functionality in the TreeView control.Which two actions should you perform?()ASet theAllowDrag property to true.Create an event handler for the DragOver event.BSet theAllowDrag property to true.Create an event handler for the ItemDrag event to call the DoDragDrop method.CSet theAllowDrag property to true.Create an event handler for the DragEnter event to call the DoDragDrop method .DCreate an event handler for the DragDrop event to handle the move or copy by itself.ECreate an event handler for the DragEnter event to handle the move or copy by itself.
考题
单选题"分析下面这行代码if(5705|2)Systen.out.println(""true""),选择唯一正确的说法()"A
这行代码不能编译B
代码编译,无任何输出C
代码编译,输出trueD
代码编译,输出false
考题
单选题以下是定义cell重用标识符的语句:static NSString * const reuseIdentifier = @"Cell"; 关于以上代码说法正确的是? ()A
static是为了修饰变量是全局区域的B
static是为了修饰变量是可以被其它类引用为全局变量的C
const是为了修饰reuseIdentifier指针本身不可以改变D
const是为了修饰reuseIdentifier指针指向的内容不可以改变
考题
单选题自定义皮肤@#@AV-djje#OPTIONS-{readOnly:true,width:125}这段话说法不正确的是()A
@#@AV-djje#为固定格式B
djje对应VO中属性的nameC
{readOnly:true,width:125}可以修改D
表示一个下拉框
考题
单选题对于语句NSString*obj=[[NSDataalloc]init];obj在编译时和运行时分别时什么类型的对象?()A
编译时是NSString的类型;运行时是NSData类型的对象B
编译时是NSObject的类型;运行时是NSData类型的对象C
编译时是NSData的类型;运行时是NSString类型的对象D
编译时是NSObject的类型;运行时是NSString类型的对象
考题
单选题自定义一个Person类,下面哪个选项是规范的便利构造器声明方式()A
-(id)personWithName:(NSString*)theName;B
-(id)personwithName:(NSString*)theName;C
+(id)personwithName:(NSString*)theName;D
+(id)personWithName:(NSString*)theName;
考题
单选题下列属性中,用于设置和获取通知的内容的是()。A
@property(nonatomic)NSInteger applicationIconBadgeNumberB
@property(nonatomic,copy)NSDate*fireDateC
@property(nonatomic,copy)NSString*soundName;D
@property(nonatomic,copy)NSString*alertBody;
热门标签
最新试卷