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 |
What is Task?
Explain the difference between copy and retain?
How to implement "load more" using nsfetchedresultscontroller?
Explain parent-child context setup. How does it work? What are the advantages?
Implement the following methods: retain, release, auto release in iOS operating system?
How to fix tableviewcell dequeue issue ?
Are the nsmanagedobjectcontext queues serial or concurrent?
What is retain counts?
what is the difference between nonatomic & atomic ? which is thread safe and why
Tell me what is iphone os?
What is synchronized() block in objective c? What is the use of that?
Explain the difference between cocoa and cocoa touch?