what is singlton class?where it is use in real time senario.
Answer Posted / asishbls
A java class is said to be a singleton class if it creates
only one instance per jvm.
It is used generally in utill class.
| Is This Answer Correct ? | 11 Yes | 1 No |
Post New Answer View All Answers
What is the difference between a static and a non-static inner class in java programming?
Explain the difference between an Interface and an Abstract class?
What kind of variables a class can consist of?
Explain about class in java?
Can vector have duplicates in java?
What is java command?
What is unicode in java?
What is bubble sorting in java?
What is sortedmap interface?
Explain method local inner classes ?
Can inner class extend any class?
What is extension method in java?
In which order the iterator iterates over collection?
What are annotations in java?
What is mean by exception?