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 error occurs if a try-catch-finally statement sequence does not have a catch clause?
what is difference between prepare stetement and callable starement with example?
What are locale settings?
what is Abstract DataType?
what is instanceof operator used in java?
What do you mean by chromounits in java8?
why using interface interface ?
What are the topics in advance java?
Explain the access modifiers for a class, method and variables?
What are the three best choices for a development environment?
What does replaceall do in java?
what is the replacement for GOTO in java?