Why do we need singleton pattern?
Answer / Ashutosh Kumar Srivastava
The Singleton pattern is used when there should be only one instance of a class and that instance should provide services to all other parts of the program. It is useful in scenarios where the resources are expensive, such as database connections or network connections.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is aop design?
How do you ensure quality of code ?
How did you design your unit tests?What about integration tests?
Give the syntax of css?
when performing a functional test on a phone calculator,if pressing on a button does not function what do i do next
If a client does not like a design what will your approach be?
What is the use of such a class?
What is the use of design patterns?
Dd you useuse OOA/OOD methodologies?did you use design patterns?
How to add CSS styles Styles to Elements with Particular Attributes?
Explain what are 5 common problems in the software development process?
Tell us the kind of features that you add to your design.