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
Can we have any code between try and catch blocks?
What is time complexity algorithm?
What is a text string?
What is the unit of plancks constant?
Is main is a keyword?
what is recursion in java
Explain the protected field modifier?
How we can execute any code even before main method?
What is a string what operation can be performed out with the help of a string?
Where is jre installed?
Why we do exception handling in java and how many types of exceptions are there?
What are java packages? What's the significance of packages?
List two java ide’s?
Why pass by reference is not possible in java?
What state is a thread in when it is executing?