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
Which of the classes will have more memory allocated?
How many types of constructors are used in java?
How do you replace a string in java?
What is the argument in java?
What is the benefit of lambda expressions?
What causes memory leaks in java?
Enlist diffrent types of inheritance supported by java?
Explain the difference between serializable and externalizable in java?
Can private method static?
What was java originally called?
Can we overload the methods by making them static?
Why pointers are not used in java?
how does multithreading take place on a computer with a single cpu? : Java thread
Can we write multiple catch blocks under single try block?
Can we override the overloaded method?