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?

Answer Posted / nagarjuna

Singletonclass is a class which can be instantiated only once.
public class Singleton
{
private static single = new Singleton();

Private Singleton();
{}
}

For a singleton class, the constructor is made private and
a static variable is used for instatiating the class.

Is This Answer Correct ?    4 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

take an array with -ve and +ve value both.find out the nearest value of 0(zero).if two values are same like(-2 and +2)then extract +2 is nearest of 0(zero).

2045


What is variable and constant explain with example?

1167


What is a string what operation can be performed out with the help of a string?

1109


What is a jit compiler?

1192


What is nextint java?

1133


What is the difference between state-based unit testing and interaction-based unit testing?

989


What is the private method modifier?

1142


Explain all java features with real time examples

1764


What is a conditional statement explain with example?

1065


Is java programming easy?

1044


How are the elements of a gridbaglayout organized?

1121


Can java program run without jre?

1062


What is the difference between conversation & casting?

1094


What is generics in java interview questions?

1139


Explain implementation and how is it different from conversion?

1134