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 |
How can we find the actual size of an object on the heap?
What is local variable and instance variable?
When should you use arraylist and when should you use linkedlist?
How do you sort a string in java?
Relationship between an event-listener interface and an event-adapter class?
what is singleton in java?
What is the benefit of abstract class?
Why can't you declare a class as protected?
What is the difference between DataInputStream and BufferedReader
What is the use of private static?
List out five keywords related to exception handling ?
Explain the difference between protected and default access.