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 is polymorphism in ios?

0 Answers  


What is dependency management tools?

0 Answers  


What three types of navigation styles are used in ios?

0 Answers  


Which are the ways of achieving concurrency in ios?

0 Answers  


Bundle & document directory, sandbox ?

1 Answers  






Difference between nil and Nil.

0 Answers  


What is nsuserdefaults? What type of data can we store there?

0 Answers  


Explain the difference between developer and enterprise developer accounts?

0 Answers  


What coding language is used for ios apps?

0 Answers  


Define 'weak' keyword?

0 Answers  


What does ios mean on my iphone?

0 Answers  


What is cocoa touch framework in ios?

0 Answers  


Categories