what is the difference between nonatomic & atomic



what is the difference between nonatomic & atomic..

Answer / babu

Nonatomic and atomic are objective C properties. Atomic is more resistant to threading errors. By default all properties are atomic. In nonatomic, no such guarantees are made. Thus, nonatomic is considerably faster than “atomic”.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apple iOS Interview Questions

What persistent storage core data uses to save data?

1 Answers  


What is use of uiapplication class?

1 Answers  


From which ios version, arc is supported?

1 Answers  


What is memory management handled on ios?

1 Answers  


What is abstract class in ios?

1 Answers  


Is apple ios based on linux?

1 Answers  


What is bundle id?

1 Answers  


Explain keywords alloc and new?

1 Answers  


 Are document objects required for an application? What does they offer?

1 Answers  


What is storyboard?

1 Answers  


Implement the following methods: retain, release, auto release in iOS operating system?

1 Answers   CDC,


what is your preferred programming language? Why? How long will it take you to learn a new programming language?

1 Answers  


Categories