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 / ashish srivastava

public class Singleton {

private static Singleton s = new Singleton();

private Singleton(){

}

public static Singleton getObject(){
return s;
}

}

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can we create more than one object singleton class?

1107


What do you understand by abstract classes?

1135


Can You Have Virtual Functions In Java?

1204


What is a values collection view ?

1149


What are different types of encoding?

1111


What is the use of accept () method in java?

1135


How many types of keywords are there?

1034


Why static functions are used?

1146


What is a dynamic array java?

990


Where to store local variables?

1157


Is a method a procedure?

1103


What is a parameter in a function?

1037


how to prepare for IT Officers Interview in Banks

2019


What is return code?

1059


What is string builder?

949