how many design pattern r there? and wht design pattern u
use and why ?
Answer Posted / ravikiran
Design pattern is the solution for a recurring problem.
Mvc-2 design pattern---For the sake of seperation between
presentation logic and business logic
Data Access Object-----For maintaining databae logic
seperatly
Data Transfer Object---To Maintain Getters and setters for
database columns
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is a singleton puppy?
how to handle exceptions in ejb?
When is the finally clause of a try-catch-finally statement executed?
Is math class static in java?
Can private members of a base class are inheritable justify?
Explain jvm, jre, and jdk?
How do you read and print a string in java?
What are basic data types?
Why are getters and setters used?
If system.exit (0); is written at the end of the try block, will the finally block still execute?
What is extension method in java?
How do you delete a list in java?
What do you mean by a JVM?
What is the memory leak in java?
how to create constants in java?