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 is skeleton and stub?
Why static functions are used?
How is string immutable in java?
Difference between abtsract & final
methods in Applet?
Why java doesn’t support multiple inheritances?
When throw keyword is used?
Can we override the private methods?
What is map and hashmap? also tell the difference.
Can singleton class be serialized?
what is tempplate pattern
What is the indent key?