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 singleton class? Why the whole application creates a single instance?



what is singleton class? Why the whole application creates a single instance?..

Answer / babu

A singleton class is a special kind of class where only one instance of the class exists for the entire application. (In the case of an iPhone app, the one instance is shared across the entire app.) Some examples in UIKit are [UIApplication sharedApplication] (which returns the sole instance of the application itself), and [NSFileManager defaultManager] (which returns the file manager instance). Singletons can be an easy way to share data and common methods across your entire app.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Apple iOS Interview Questions

What is the difference between let and var in swift?

0 Answers  


Who calls the dealloc strategy?

0 Answers  


What is core data?

0 Answers  


Explain parent-child context setup. What are the advantages?

0 Answers  


What happens if iapplication object does not handle an event?

0 Answers  


How to delete images in ios?

0 Answers  


What is bridging header in ios?

0 Answers  


What is block in ios?

0 Answers  


Explain the working of manual memory management?

0 Answers  


Will iphone 7 get ios 13?

0 Answers  


What is nspersistentstore? Is it thread safe?

0 Answers  


What is core data in ios swift?

0 Answers  


Categories