what is the difference b/w design pattern and architecture
Answers were Sorted based on User's Feedback
Answer / srinivasa
Design pattern is part of the architecture to solve the
design problem.
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / rai
Architeture is a plan what we have to do for a perticuler
problem whereas pattern is nothing ut a solution for that
pertuler probelm and pattern is designed based on some
rules.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / devarathnam c,kotagudibanda(po
Hi...
Architecture is nothing but plan for a specfic problem.
Design pattern is a solution for a given problem.I think in
java perspective "class" is a plan(blue print) and "object"
is a solution.
| Is This Answer Correct ? | 1 Yes | 7 No |
What does += mean coding?
Is delete, next, main, exit or null keyword in java?
What is polymorphism java example?
What is a boolean in java?
List some features of the abstract class.
What are advantages of exception handling in java?
What is object class in java?
Can I extend singleton class in java?
If an object reference is set to null, will the garbage collector immediately free the memory held by that object?
What is an example of a keyword?
Is empty list java?
What is the difference between the reader/writer class hierarchy and the inputstream/outputstream class hierarchy in java programming?