What is singleton class?
Answer Posted / harinath reddy.n
Instead of creating a separate object for every requirement we can create a single object and we can reuse the same object for every requirement
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What modifiers may be used with an inner class that is a member of an outer class in java programming?
Is null keyword in java?
What are the main uses of this keyword?
Which is better stringbuffer or stringbuilder?
What is prime number in java?
What is ctrl m character?
What is boolean query?
What will happen to the exception object after exception handling?
Explain about static nested classes in java?
What do you understand by final value?
What is functional interface in java?
explain what is transient variable in java?
we have syntax like for(int var : arrayName) this syntax is to find whether a number is in the array or not.but i want to know how to find that number's location.
What is bom encoding?
What is character in data type?