What is singleton class?
Answer Posted / ravikiran(aptech mumbai)
singleton class is the class contains only one object
| Is This Answer Correct ? | 39 Yes | 71 No |
Post New Answer View All Answers
Can there be an abstract method without an abstract class?
Can we define private and protected modifiers for the members in interfaces?
What are the major advantages of internal iteration over external iteration?
Can we have multiple classes in a single file?
What is difference between stringbuffer and string?
Can a list be null in java?
What are the access modifiers in java?
Give example to differentiate between call by value and call by reference.
Do you know why doesn't the java library use a randomized version of quicksort?
Can we declare a class as abstract without having any abstract method?
What is oop in java?
What does flag mean in java?
What is class and object in java?
What is the default value of the local variables?
what is anonymous class in java?