Geeks Talk

Prepare for your Next Interview




Singletn Class in brief

This is a discussion on Singletn Class in brief within the Java forums, part of the Software Development category; Can any one tell me the Singletn Class in brief...


Go Back   Geeks Talk > Software Development > Java

Register FAQ Members List Calendar Mark Forums Read
  #1 (permalink)  
Old 02-06-2007
Junior Member
 
Join Date: Feb 2007
Location: Delhi India
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
loverana is on a distinguished road
Singletn Class in brief

Can any one tell me the Singletn Class in brief
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 02-13-2007
Junior Member
 
Join Date: Nov 2006
Location: Bangalore
Posts: 26
Thanks: 2
Thanked 6 Times in 4 Posts
TigerElango is on a distinguished road
Re: Singletn Class in brief

singleton class is used to restrict instantiation of a class to one object. This is useful when u are sure that one object for a class will improve the performance instead of creating multiple objects for the same class. The singleton class returns the references when the object is already created.

eg: when the organisation has the database which is accessed by all. If every one creates the object for establishing a connection to the database, then it will not be efficient, instead they can make it as singleton which will make use of only one connection. But the singleton class has drawbacks.....

hope this will be helpfull for u.....
Reply With Quote
  #3 (permalink)  
Old 02-13-2007
Junior Member
 
Join Date: Feb 2007
Location: Conway, AR, USA
Posts: 23
Thanks: 0
Thanked 4 Times in 3 Posts
rachilc is on a distinguished road
Re: Singletn Class in brief

Here s a goos intro with code
http://en.wikipedia.org/wiki/Singleton_pattern
Reply With Quote
Reply

  Geeks Talk > Software Development > Java


Thread Tools
Display Modes


Similar Threads

Thread Thread Starter Forum Replies Last Post
how many learners are there in the class? jamesravid Brainteasers 7 12-04-2006 07:59 AM
How to Pay Attention in Class admin Personality Development 0 10-16-2006 09:01 AM
What are the MessageBox Class Parameters GeekAdmin VB.NET 0 05-21-2006 10:22 AM
MessageBox class In VB.NET 2005 GeekAdmin VB.NET 0 05-21-2006 10:17 AM
Application Class in VB.NET GeekAdmin VB.NET 0 05-21-2006 10:09 AM


All times are GMT -4. The time now is 12:28 AM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Copyright © 2008 GeekInterview.com. All Rights Reserved