Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is the difference between atomic and nonatomic synthesized properties?



What is the difference between atomic and nonatomic synthesized properties?..

Answer / Rajneesh Kumar Gautam

Atomic properties are thread-safe, meaning that changes to their value are guaranteed to be atomic (indivisible). Nonatomic properties can be changed concurrently by multiple threads. The default property attribute in ARC is nonatomic.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Objective-C Interview Questions

What is struct in objective c?

1 Answers  


What are the differences between copy and retain?

1 Answers  


Does objective c have function overloading?

1 Answers  


What is difference between null and nil?

1 Answers  


What is atomic property?

1 Answers  


How to create thread in objective c?

1 Answers  


What do you mean by dot notation?

1 Answers  


How messaging works in objective-c?

1 Answers  


What does the gc () method?

1 Answers  


What is differences between nsnull and nil in objective c?

1 Answers  


What are the advantages of using objective-c?

1 Answers  


What is the difference between category and extension in objective c?

1 Answers  


Categories