what is singleton class? where it mainly used in the
projects?
Answer Posted / niraj
singleton means single. singleton class is that class
which have only one object , or in which class has only one
object .
| Is This Answer Correct ? | 17 Yes | 3 No |
Post New Answer View All Answers
What are the benefits of detached objects?
If your ui seems to freeze periodically, what might be a likely reason?
what is handle?
Is jvm a overhead?
How database connectivity in XML is achieved?
What is the difference between RMI and Corba?
Can you control when passivation occurs?
Difference between loadclass and class.forname?
What is the diffrence between a local-tx-datasource and a xa-datasource?
what are the activation groupworks?
Name three component subclasses that support painting?
What is the purpose of the notify() method?
What are local interfaces? Describe.
Can constructors be synchronized in java?
How to implement RMI in Java?