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 do u mean by variable?
What is the use of flag?
Break statement can be used as labels in java?
Give us a program to check for parenthesis matching using stack.
Is null a keyword in java?
What is the difference between the size and capacity of a vector?
Why we need to serialize the object
11 Answers CTS, Geometric Software,
What are the methods available in a class?
What are command line arguments?
what is the difference between multitasking and multithreading?
Explain about the select method with an example?
Why wait and notify methods are declared in object class?