What is nonatomic in objective c?



What is nonatomic in objective c?..

Answer / Dhyan Chand

In Objective-C, the nonatomic keyword indicates that a property's value changes are not thread-safe. It means that the setter and getter methods for that property will not use locks to protect access to the property's value during multithreaded access, making it faster but potentially causing data inconsistency issues.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Objective-C Interview Questions

What are nsautoreleasepool?

1 Answers  


Is objective c better than swift?

1 Answers  


Which class is used to establish a connection between applications to the web server?

1 Answers  


What number distinctive annotations is accessible in objective-c?

1 Answers  


What are nsautoreleasepool and how can we use them?

1 Answers  


Can objective c run on windows?

1 Answers  


What does mean in objective c?

1 Answers  


What are objective- c blocks?

1 Answers  


Is swift objective c?

1 Answers  


What is typedef objective c?

1 Answers  


How is string represented in objective-c?

1 Answers  


How is #import different from #include?

1 Answers  


Categories