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
When throws keyword is used?
In how many ways we can do synchronization in java?
What is mvc in java?
How many arguments can a method have java?
What is a private class in java?
Can a class extends itself in java?
What is variable length arguments in java?
Difference between operator overloading and function overloading
What are invisible components?.
Can a class be declared as protected?
What is the internal implementation of set in java?
What does the string method compareto () do?
What is backdrop?
If system.exit (0); is written at the end of the try block, will the finally block still execute?
What will happen to the exception object after exception handling?