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 do you understand by the term string pool?
How can an exception be thrown manually by a programmer?
What is the difference between JDK and JVM?
According to java operator precedence, which operator is considered to be with highest precedence?
What is a numeric digit?
How to make a class or a bean serializable?
What is method reference in java?
What is the use of optional ?
What is lambda in java?
What is number data type in java?
What is the purpose of main function in java?
If I don't provide any arguments on the command line, then what will the value stored in the string array passed into the main() method, empty or null?
How to use arraylist in java netbeans?
What is the purpose of methodology?
How can a gui component handle its own events?