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 nonatomic and strong in objective c?



What is nonatomic and strong in objective c?..

Answer / Anupam Bharti

"In Objective-C, nonatomic indicates that the property access is not thread-safe. Strong refers to a strong reference, which means the object will not be deallocated until all strong references are released. For example: `@property (nonatomic, strong) NSString *myString;`

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Objective-C Interview Questions

Can you write setter method for a retain property?

1 Answers  


Ns object is a parent class or derived class?

1 Answers  


What are the advantages of using objective-c?

1 Answers  


Explain what is #import?

1 Answers  


What are the three main types of property?

1 Answers  


How to make a code snippet thread safe?

1 Answers  


How do you add a category in objective c?

1 Answers  


What is strong and weak in objective c?

1 Answers  


What is the protocol in objective c?

1 Answers  


What is extern objective c?

1 Answers  


How do I add objective c to swift project?

1 Answers  


What is the primary use of the category in the objective-c?

1 Answers  


Categories