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 an exception in java?
Which is the class in java?
String class is defined under which package in java?
What is anonymous inner class?
What is string made of?
How do you use parseint in java?
How is string stored in java?
Is java platform independent?
What are identifiers in java?
What is the old name of java?
Does java list allow null?
Mention some interfaces implemented by linked list in java.
Why string is immutable with example?
What are the java ide’s?
How can we make string upper case or lower case?