Satheesh Reddy
What is a singleton class in Java
By Satheesh Reddy in Java on Jan 21 2014
  • Gude VenkataRao
    Sep, 2018 3

    It is one of the design pattern which created one instance for JVM. If you created multiple objects it will consume a lot of memory. Let us suppose we do not require multiple objects then using singleton class.

    • 0
  • Ravi Prajapati
    Dec, 2014 27

    Singleton class is class in which only one object make in its life cycle

    • 0
  • Munesh Sharma
    Apr, 2014 15

    http://www.javaworld.com/article/2073352/core-java/simply-singleton.html

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS