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
How do I type unicode?
What restrictions are placed on method overloading?
How do you declare a destructor in java?
What is the range of the short type?
How many bytes is a unicode character?
What are pass by reference and pass by value?
Which is better singleton or static class?
What are the high-level thread states in java programming?
What data type is a string?
How many types of literals are there in JAVA?
What is the use of :: in java?
What is a priority queue java?
Name the components that are termed to be Heavy-weight component but available in Light-weight components?
What are dot operator queries?
How does linkedlist work in java?