singleton class

singleton class

What is singleton class?
View Answers

October 29, 2010 at 4:48 PM

Hi,

A class whose number of instances that can be instantiated is limited to one is called a singleton class. Thus, at any given time only one instance can exist, no more.

public class Single {
    private static Single a;

    private Single() {

    }

    public static Single getSingle() {
        if (a == null) {
            a = new Single();
        }
        return a;
    }

    public static void main(String... s) {
        Single a1 = Single.getSingle();
        Single a2 = Single.getSingle();
        System.out.println(a1);

        System.out.println(a2);
    }

}

This program give the out put as-

samar.Single@3e25a5
samar.Single@3e25a5

Thanks.









Related Tutorials/Questions & Answers:
singleton class
singleton class  What is singleton class
singleton class in struts - Java Beginners
singleton class in struts  hi, This balakrishna, I want to retrive data from database on first hit to home page in struts frame work
Advertisements
singleton class in struts - Java Beginners
singleton class in struts  hi, This balakrishna, I want to retrive data from database on first hit to home page in struts frame work
singleton class in struts - Java Beginners
singleton class in struts  hi, This balakrishna, I want to retrive data from database on first hit to home page in struts frame work
singleton class in struts - Java Beginners
singleton class in struts  hi, This balakrishna, I want to retrive data from database on first hit to home page in struts frame work
Why we use singleton class in hibernate sessionfactory?
Why we use singleton class in hibernate sessionfactory?  Hello, Please tell me why we use singleton class in hibernate sessionfactory? hibernate sessionfactory singleton example would be very helpful. Thanks
Singleton class
Singleton class       Singleton Design Pattern: The singleton design pattern allows to have one...:  Singleton pattern provides  -- access only to the unique instances
where singleton class used in java - Java Interview Questions
where singleton class used in java  where singleton classes are used in j2ee web application.can we use it for connection pooling. Thanks Prakash
singleton
singleton  import java.sql.Connection; import java.sql.DriverManager; import java.sql.SQLException; import java.sql.*; import java.util.Scanner; public class New { private static Connection connection = null
Java singleton
Java singleton  What is singleton
Singleton in Flex
Singleton in Flex  hi..... please tell me about How can you implement Singleton in Flex Application? please give me the procedure so i can implement....... Thanks
What is singleton? - Java Beginners
What is singleton?   Hi, I want to know more about the singleton in Java. Please explain me what is singleton in Java? Give me example of Singleton class. Thanks   hello, Singleton is a concept in which you
singleton program
singleton program  import java.sql.Connection; import java.sql.DriverManager; import java.sql.ResultSet; import java.sql.SQLException; import java.sql.Statement; import java.util.Scanner; public class Emp{ public
singleton - Java Interview Questions
singleton  what is singleton class.give one example of implementation of singleton class?  hi friend, import java.io.*; public class SingletonExam implements Serializable { public static SingletonExam single
J2EE Singleton Pattern - Design Pattern Tutorials
only one instance of object is required. The Constructor in a Singleton class... class. Consider a simple Singleton class. public class... SimpleSingletonClaz(); // private constructor of a Singleton Class private
Singleton & Threadsafe in struts - Struts
Singleton & Threadsafe in struts  Hi, How to implement singleton and threadsafe in struts . same in jsp and servlet. Thanks in advance
singleton pattern - Java Beginners
singleton pattern  how i use singleton pattern in my web aplication project.plz give an example.its urgent
ModuleNotFoundError: No module named 'singleton'
ModuleNotFoundError: No module named 'singleton'  Hi, My Python... 'singleton' How to remove the ModuleNotFoundError: No module named 'singleton' error? Thanks   Hi, In your python environment you
Singleton Pattern
; " What?s the difference between a static class and a singleton class?"... ?Singleton?. We can create and declare a class as ?final? simply by declaring all its... Logger { //implementation of a static class of a Singleton pattern static public
Java Singleton Pattern
In this section, you will learn about singleton pattern in Java
PHP Singleton Method
PHP Singleton Method: Many application resources are exclusive like database, in that case the class should have a single object. The connection to a database is exclusive. The singleton pattern is exactly the same, it uses
Is Singleton Default in Struts - Struts
Is Singleton Default in Struts   Hi Friend, Is Singleton default in Struts ,or should we force any technique Thanks Prakash  Hi friend, Use of singletons is normally
ModuleNotFoundError: No module named 'm-singleton'
ModuleNotFoundError: No module named 'm-singleton'  Hi, My Python... 'm-singleton' How to remove the ModuleNotFoundError: No module named 'm-singleton' error? Thanks   Hi, In your python environment
ModuleNotFoundError: No module named 'nocycle-singleton'
ModuleNotFoundError: No module named 'nocycle-singleton'  Hi, My... named 'nocycle-singleton' How to remove the ModuleNotFoundError: No module named 'nocycle-singleton' error? Thanks   Hi, In your
ModuleNotFoundError: No module named 'pmc-singleton'
ModuleNotFoundError: No module named 'pmc-singleton'  Hi, My... 'pmc-singleton' How to remove the ModuleNotFoundError: No module named 'pmc-singleton' error? Thanks   Hi, In your python
ModuleNotFoundError: No module named 'python-singleton'
ModuleNotFoundError: No module named 'python-singleton'  Hi, My... named 'python-singleton' How to remove the ModuleNotFoundError: No module named 'python-singleton' error? Thanks   Hi, In your
ModuleNotFoundError: No module named 'python-singleton'
ModuleNotFoundError: No module named 'python-singleton'  Hi, My... named 'python-singleton' How to remove the ModuleNotFoundError: No module named 'python-singleton' error? Thanks   Hi, In your
ModuleNotFoundError: No module named 'rigger_singleton'
ModuleNotFoundError: No module named 'rigger_singleton'  Hi, My... named 'rigger_singleton' How to remove the ModuleNotFoundError: No module named 'rigger_singleton' error? Thanks   Hi, In your
ModuleNotFoundError: No module named 'singleton-admin'
ModuleNotFoundError: No module named 'singleton-admin'  Hi, My... named 'singleton-admin' How to remove the ModuleNotFoundError: No module named 'singleton-admin' error? Thanks   Hi, In your python
ModuleNotFoundError: No module named 'singleton-decorator'
ModuleNotFoundError: No module named 'singleton-decorator'  Hi, My... named 'singleton-decorator' How to remove the ModuleNotFoundError: No module named 'singleton-decorator' error? Thanks   Hi
ModuleNotFoundError: No module named 'singleton_factory'
ModuleNotFoundError: No module named 'singleton_factory'  Hi, My... named 'singleton_factory' How to remove the ModuleNotFoundError: No module named 'singleton_factory' error? Thanks   Hi, In your
ModuleNotFoundError: No module named 'celery-singleton'
ModuleNotFoundError: No module named 'celery-singleton'  Hi, My... named 'celery-singleton' How to remove the ModuleNotFoundError: No module named 'celery-singleton' error? Thanks   Hi, In your
ModuleNotFoundError: No module named 'django-singleton'
ModuleNotFoundError: No module named 'django-singleton'  Hi, My... named 'django-singleton' How to remove the ModuleNotFoundError: No module named 'django-singleton' error? Thanks   Hi, In your
ModuleNotFoundError: No module named 'jupyter-singleton'
ModuleNotFoundError: No module named 'jupyter-singleton'  Hi, My... named 'jupyter-singleton' How to remove the ModuleNotFoundError: No module named 'jupyter-singleton' error? Thanks   Hi, In your
class
class  Is a class a subclass of itself
How singleton in struts - Java Interview Questions
How singleton in struts  Hi, How to implement singleton and threadsafe in struts . same in jsp and servlet. Thanks Prakash
What is difference between singleton and prototype bean?
What is difference between singleton and prototype bean?  Hi, What is difference between singleton and prototype bean? Thanks
What is an efficient way to implement a singleton pattern in Java?
What is an efficient way to implement a singleton pattern in Java?  What is an efficient way to implement a singleton pattern in Java
class
is a class to represent a country in medal tally. It has an attribute of country... medals. In this class, you should also define constructors, and assessor, mutator methods. Task 2 MedalTally.java is a class to model a medal tally, containing
Class
Class, Object and Methods       Class : Whatever we can see in this world all the things... is termed as a class. All the objects are direct interacted with its class
ModuleNotFoundError: No module named 'django-singleton-model'
ModuleNotFoundError: No module named 'django-singleton-model'  Hi...: No module named 'django-singleton-model' How to remove the ModuleNotFoundError: No module named 'django-singleton-model' error? Thanks   Hi
ModuleNotFoundError: No module named 'django-singleton-admin'
ModuleNotFoundError: No module named 'django-singleton-admin'  Hi...: No module named 'django-singleton-admin' How to remove the ModuleNotFoundError: No module named 'django-singleton-admin' error? Thanks   Hi
ModuleNotFoundError: No module named 'django-singleton-admin-2'
ModuleNotFoundError: No module named 'django-singleton-admin-2'  Hi...: No module named 'django-singleton-admin-2' How to remove the ModuleNotFoundError: No module named 'django-singleton-admin-2' error? Thanks  
Singleton Design Pattern
on a class in java. The Singleton design pattern ensures that only one instance of a class is created, it provides a global point of access... Singleton Design Pattern      
Java singleton program - Java Interview Questions
Java singleton program  Hi All, Can you please explain me in brife with an example how the singleton program works, i did see some documents but was not able to unerstand except one object can be used. this was a java
ModuleNotFoundError: No module named 'django-admin-app-names-singleton'
ModuleNotFoundError: No module named 'django-admin-app-names-singleton' ...: ModuleNotFoundError: No module named 'django-admin-app-names-singleton' How to remove the ModuleNotFoundError: No module named 'django-admin-app-names-singleton'
Super class of an Exception class
Super class of an Exception class  hello,,, What is super class of an Exception class?   hii,,ADS_TO_REPLACE_1 the super class of an exception is throwable class. and the super class of an throwable class
org.wildfly - wildfly-clustering-singleton-api version 11.0.0.CR1 Maven dependency. How to use wildfly-clustering-singleton-api version 11.0.0.CR1 in pom.xml?
org.wildfly  - Version 11.0.0.CR1 of wildfly-clustering-singleton-api... of wildfly-clustering-singleton-api in pom.xml? How to use wildfly-clustering-singleton...-clustering-singleton-api in project by the help of adding the dependency
org.wildfly - wildfly-clustering-singleton-api version 14.0.1.Final Maven dependency. How to use wildfly-clustering-singleton-api version 14.0.1.Final in pom.xml?
org.wildfly  - Version 14.0.1.Final of wildfly-clustering-singleton-api... of wildfly-clustering-singleton-api in pom.xml? How to use wildfly-clustering-singleton-api version 14.0.1.Final in pom.xml? Learn to use this dependency in your
Class
Class       This section explores the concept of a class in reference to object oriented programming techniques. A class defines the properties of  objects and methods used

Ads