what is the difference b/w design pattern and architecture
Answer Posted / 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 |
Post New Answer View All Answers
Can we assign integer value to char in java?
Can we overload final method in java?
What is function declaration?
What is type parameter in java?
What is methods and methodology?
What is object class in java?
Can we sort array in java?
What is an arraylist in java?
Can a main method be overloaded?
What is the static variable?
What do the thread?class methods run() and start() do?
What is bubble sorting in java?
How to compare strings in java?
Can private class be extended java?
What environment variables are required to be set on a machine in order to run Java programs?